« Return to Thread: [jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

Re: [jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

by markharw00d :: Rate this Message:

Reply to Author | View in Thread

 >>If wildcards and fuzzyies are supported, why not range ?

Because Ranges don't rewrite to a BooleanQuery full of TermQueries so I
can easily inspect them. Unlike fuzzy/wildcard/boolean I suspect they
are not that generally useful as part of phrase query expressions. Feel
free to tinker with the code if it is important to you though :)




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@...
For additional commands, e-mail: java-dev-help@...

 « Return to Thread: [jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries