Re: Highlighter and complex queries

2006-04-29 Thread markharw00d
Hi Marios. >>Isn't this wrong? Yes but this is an itch that no one has been suffficently been bothered by to fix yet. I still haven't had the time or a desperate need to implement this so it will probably remain that way until someone feels strongly enough about the problem to fix it. Highligh

Re: Highlighter and complex queries

2006-04-29 Thread Erik Hatcher
On Apr 29, 2006, at 1:59 AM, Marios Skounakis wrote: Suppose the user enters the following query using a textbox interface: "rate based optimization" (as a phrase query, including the quotes). The query is parsed using QueryParser, then it is rewritten, and given to the highlighter. Then, m

Highlighter and complex queries

2006-04-28 Thread Marios Skounakis
Hi all, Suppose the user enters the following query using a textbox interface: "rate based optimization" (as a phrase query, including the quotes). The query is parsed using QueryParser, then it is rewritten, and given to the highlighter. Then, method getBestTextFragments is called. The met