Olive g wrote:
Thank you for your reply. I have a few more questions:

- Is there any workaround that I can use for now for what I want to do (multiple crawls
  and then combine the data for search).


You can always combine index data into a single Lucene index - but there is no tool yet to actually merge segment data; in other words, you will end up with multiple segments, but with a single search index pointing to these multiple segments.

- If I were to back down to 0.7, would the data from 0.8 crawls be compatible with 0.7
 (I use DFS)?

No, data created in 0.8 is not compatible with 0.7. With (significant) effort suitable converters could be made, but it would be way less expensive to just bite the bullet and implement missing functionality in 0.8.

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




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to