Re: Matched Query Part in Hit Object

2007-03-26 Thread Chris Hostetter
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

Re: Matched Query Part in Hit Object

2007-03-26 Thread mark harwood
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

Re: Matched Query Part in Hit Object

2007-03-26 Thread Mohsen Saboorian
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. >