[KinoSearch] revision 2983 index status

Henry henka at cityweb.co.za
Tue Feb 5 01:35:12 PST 2008


> On Feb 3, 2008, at 7:38 AM, henka at cityweb.co.za wrote:
>> Revision 2983 indexes without error, but only produces a single file
>> "snapshot_1.meta" once completed.
>
> I'm perplexed.  2983 passes all its tests.  If the snapshot file were
> the only thing produced by indexing, we'd get a slew of failures.

Resolved.  Even though I monitor the commit emails, I missed this one:

I was using (which only produces the snapshot_x.meta file):

$invindexer->add_doc( \%doc, boost => $doc_boost );

instead of:

$idoc = KinoSearch::Doc->new(fields => \%doc, boost => $doc_boost);
$invindexer->add_doc( $idoc );

Which works as expected.

Regards
Henry




More information about the kinosearch mailing list