Lucene query: bla~* (match words that start with something fuzzy), how?

Posted by Skipperkongen on Stack Overflow See other posts from Stack Overflow or by Skipperkongen
Published on 2010-04-13T16:14:00Z Indexed on 2010/04/13 16:43 UTC
Read the original article Hit count: 269

Filed under:
|
|

In the Lucene query syntax I'd like to combine * and ~ in a valid query similar to: bla~* //invalid query

Meaning: Please match words that begin with "bla" or something similar to "bla".

© Stack Overflow or respective owner

Related posts about lucene

Related posts about fuzzy