Re: BlockJoinQuery with sorting

2016-11-26 Thread Mikhail Khludnev
private reply: it's not clear what you retrieve and what you want to sort, parents by matching children or lists of children associated to parents. PLs respond to the list. On Fri, Nov 25, 2016 at 3:24 PM, ASKozitsin wrote: > Hi, everyone! > > I'm using 6.3.0 Lucene. > > I've got two structures:

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