18 apr 2006 kl. 20.10 skrev Michael Dodson:

Is it possible to use wildcards with SpanNearQuery?

For example, if the user enters "fast car" with a slop of 1 things like "fast cars" "faster cars" "fast brown cars" etc would be found?

You might be looking for stem-analysis? You can, for instance, take a look at the snowball stemmers.

Wildcards would be if the user enters 'fast* car'.

But to answer your question, there is no SpanWildcardQuery as far as I know. You could make one though. And I can imagine it would, just as SpanFuzzyQuery, be really slow and virtually unusable in the hand of the users.

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

Reply via email to