Hi list. I have a specific document that does not handle updates sitting in the index. What can I do about that? 2010-01-30T13:58:07 Eval failure: Exception: No termlist for document 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56. 2010-01-30T13:58:07 job failed. considering retry. is max_retries of 1000 >= failures of 1? 2010-01-30T13:58:07 job failed: Exception: No termlist for document 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56. Xapian version 1.0.14 -- Jesper
Jesper Krogh wrote:> Hi list. > > I have a specific document that does not handle updates sitting in the > index. What can I do about that? > > 2010-01-30T13:58:07 Eval failure: Exception: No termlist for > document 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56. > 2010-01-30T13:58:07 job failed. considering retry. is max_retries > of 1000 >= failures of 1? > 2010-01-30T13:58:07 job failed: Exception: No termlist for document > 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56. > > > Xapian version 1.0.14Actually it is searching for the document to get its id prior to doing the update that fails. Which is kind of odd, it matches the documents terms gets the docid but fails to get the termslist? Jesper -- Jesper
Jesper Krogh wrote:> Which is kind of odd, it matches the documents terms gets the docid but > fails to get the termslist?$ xapian-check termlist.DB baseA blocksize=8K items=2980957 lastblock=2357252 revision=2452 levels=3 root=108 B-tree error 90 xapian-check: btree error Can I somehow "fix" it? -- Jesper