Is it possible to do a fuzzy prefix query in Lucene:

e.g.:

term "foh*~"

should match:

foo
foobar
fohbar
...

i.e. fuzzyness should be applied to the given prefix.

Thx
- Clemens

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to