caezar wrote:
Some more information. Debugging reduce method I've noticed, that before code
    if (fetchDatum == null || dbDatum == null
        || parseText == null || parseData == null) {
      return;                                     // only have inlinks
    }
my page has fetchDatum, parseText and parseData not null, but dbDatum is
null. Thats why it's skipped :) Any ideas about the reason?

Yes - you should run updatedb with this segment, and also run invertlinks with this segment, _before_ trying to index. Otherwise the db status won't be updated properly.


--
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com

Reply via email to