You must be using the demo program that comes with Lucene. That is
merely an example, and a barely decent one at that. Have a look
under the covers of that code or the code that ships with Lucene in
Action at http://www.lucenebook.com
You can slice and dice "documents" in whatever granula
Hello,
I am new to Lucene. I was trying to use Lucene with TREC-6 Data. The
question is that each input file given by TREC have multiple documents
(some files contain over 200 documents) tagged by DOCID. The result given
by Lucene to a query is a list of files and not documents.
Q1) Is there a wa