Re: Wildcard Case Sensitivity

2011-01-20 Thread Jack Krupansky
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

Wildcard Case Sensitivity

2011-01-20 Thread Amin Mohammed-Coleman
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