Lucene Query objects do not generally "carry" this kind of incormation ...
for debugging purposes you can use the Explanation class, but it is not
particularly efficient.
you may also want to look at SpanQueries ... they are a specialized
subset of Queries which do keep track of this info, and yo
ore and
position.
Cheers,
Mark
- Original Message
From: Mohsen Saboorian <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Monday, 26 March, 2007 6:31:14 PM
Subject: Re: Matched Query Part in Hit Object
Any hint?
Mohsen Saboorian wrote:
>
> Hi,
> Is there a
Any hint?
Mohsen Saboorian wrote:
>
> Hi,
> Is there a way to find the matched part of query string in the Hit object?
> Lucene's Hilghlighter module does part of the job, highlighting the
> matched word in the result document, however it doesn't give the effective
> keyword in query string.
>