Lucene query: bla~* (match words that start with something fuzzy), how?
- by Skipperkongen
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".