You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Alvaro Cabrerizo <to...@gmail.com> on 2006/09/08 13:00:11 UTC

Getting subcollections

Hi,

I would like to know, how could I get all the subcollections and how many
documents belong to each subcollection after making a query.
The approach I took was to iterate over the results, getting details for
each one. The problem is that every query I make is limited by numHits [
LuceneQueryOptimizer.optimize(...INT NUMHITS ...) and
org.apache.lucene.search.Searcher]. So I can iterate only by a subset of the
results.

Thanks in advance.