Re: Passage retrieval with Lucene-based application

2011-05-25 Thread Sujit Pal
Hi Leroy, Would it make sense to index as Lucene documents the unit to be searched? So if you want paragraphs to be shown in search results, you could parse the source document during indexing into paragraphs and index them as separate Lucene documents. -sujit On Wed, 2011-05-25 at 15:46 -0400,

Re: Passage retrieval with Lucene-based application

2011-05-25 Thread Shashi Kant
https://issues.apache.org/jira/browse/LUCENE-1522 On Wed, May 25, 2011 at 3:46 PM, Leroy Stone wrote: > document ("paragraphs") that contain my search phrase, rather than simply > pointers to the whole document. in searching among applications based upon > the Lucene, I have found only one that

Passage retrieval with Lucene-based application

2011-05-25 Thread Leroy Stone
Hello! I am purchased "Lucene in Action", 2nd Ed., and posted the question below at the Manning Forum. Mike MCCandless suggested that I send it to you. Thanks in advance for your attention. the question I posted ___ I would like the search program to return with segm