20, 2011 4:37 PM
To: java-user@lucene.apache.org
Subject: Wildcard Case Sensitivity
Hi
Apologies up front if this question has been asked before.
I have a document which contains a field that stores an untokenized value
such as TEST_TYPE. The analyser used is StandardAnalyzer and I pass the
Hi
Apologies up front if this question has been asked before.
I have a document which contains a field that stores an untokenized value such
as TEST_TYPE. The analyser used is StandardAnalyzer and I pass the same
analyzer into the query. I perform the following query : fieldName:TEST_*,
howe