I think somebody asked this exact question 5-10 days ago.
Check the archives at http://nagoya.apache.org/

Otis

--- Stephan Grimm <[EMAIL PROTECTED]> wrote:
> Is there a way to retrieve the original term positions during the
> search
> process invoked by Searcher.search()? In addition to the documents
> and their
> scores we want to have access to the positions of the terms found in
> order
> to do a highlighting. We don't want to perform a second iteration to
> search
> the query terms in the document again for they must be contained in
> the
> index in some way.
> 
> We would like to do something like
>       TermPositions[] hits.getHitQueryTermPositions(int doc)
> returning the term positions for each query term in the original
> document.
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to