steveb wrote:
I would like to use my own HitCollector when doing a search using the NutchBean as I have a requirement to access every document in the result set but without incurring the cost of traversing the Hits collection.
Accessing every document will be costly no matter what interface you will use ... you may need to rethink your requirements. If you only need to check for presence / absence of certain fields/terms, then perhaps using Lucene query filters is a better idea.
-- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __________________________________ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at sigram dot com
