Return the sentence number in the indexed files

2008-07-19 Thread starz10de
inside the matched documents? Thanks in advance -- View this message in context: http://www.nabble.com/Return-the-sentence-number-in-the-indexed-files-tp18543061p18543061.html Sent from the Lucene - Java Users mailing list archive at

Re: Return the sentence number in the indexed files

2008-07-19 Thread Grant Ingersoll
On Jul 19, 2008, at 6:00 AM, starz10de wrote: Hi All, I have a text files that contain several sentences, there is space between each sentence. When searching the index , i get the path for the documents that match the query String path = doc.get("path"); Is it possible to get the n

Re: Return the sentence number in the indexed files

2008-07-20 Thread starz10de
Ingersoll > http://www.lucidimagination.com > > Lucene Helpful Hints: > http://wiki.apache.org/lucene-java/BasicsOfPerformance > http://wiki.apache.org/lucene-java/LuceneFAQ > > > > > > > > > -----------------------