Re: Retrieving sections of a document

2004-03-11 Thread Erik Hatcher
I would think your best bet is to index each "section" as a separate Document, with a field that refers to the HTML file itself somehow. Erik On Mar 11, 2004, at 7:43 PM, Ashwin Shripathi Raj wrote: Hi, I have a large HTML document broken up into sections. On a search, I need to retrieve onl

Retrieving sections of a document

2004-03-11 Thread Ashwin Shripathi Raj
Hi, I have a large HTML document broken up into sections. On a search, I need to retrieve only the sections in which the keyword was found. Does Lucene support passage retrieval or do I have to split up the HTML file into seperate documents and return their name as the result. What am looking fo