Re: Best way to search by pages

2016-11-26 Thread Ahmet Arslan
How about keeping two indices: page index and document index. Issue the query to the document index and list n documents. For each document, list k pages fetched from page index. Ahmet On Saturday, November 26, 2016 12:16 PM, Joe MA wrote: Greetings, I am trying to use Lucene to search lar

Best way to search by pages

2016-11-26 Thread Joe MA
Greetings, I am trying to use Lucene to search large documents, and return the pages where a term(s) is matched. For example, say I am indexing 500 auto manuals, each with around 1000 pages each. So if the user searched for "Taurus" and "flat" and "tire", a good result could be "2006 Ford Ta