In Luke, if I enter the search expression docfile:Tomatoes.jpg*
the parsed query is docfile:Tomatoes.jpg*
. When the search expression is docfile:Tomatoes.jpg
, (no asterisk *) the parsed query is docfile:tomatoes.jpg
with a lowercase 't'.
- Why?
- How can I change this?
BTW, using org.apache.lucene.analysis.standard.StandardAnalyzer.