we are using lucene search engine. While searching a word - is there a way by which we can get the exact line within the text (location of that word) in the whole document...
when i search using lucene index, i got information like number of hits,file name,file location for the search term. Is there any way in lucene through which we can get the location of that line or word in file that contains the searchable word/term? And put that information in lucene index so that when user searchs a particular word using index, the result will also show that particular line which contains the search term. How do i do that -- View this message in context: http://lucene.472066.n3.nabble.com/we-are-using-lucene-search-engine-While-searching-a-word-is-there-a-way-by-which-we-can-get-the-exac-tp3725064p3725064.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
