Are you using the StandardAnalyzer at the time of Indexing?
which one do u use at the time of Querying?
Ramesh Reddy
On Mon, 2006-07-10 at 18:37 -0700, Chris Hostetter wrote:
> : I'm storing a field in an index with that option
> : (Field.Index.UN_TOKENZIED).
>
> the key to understanding your
: I'm storing a field in an index with that option
: (Field.Index.UN_TOKENZIED).
the key to understanding your problem, is to realize that...
UN_TOKENIZED == Not Analyzed
...personally, i think name of the constant is missleading.
: The String that is being stored is: NORTH SAFETY PR
I'm storing a field in an index with that option
(Field.Index.UN_TOKENZIED).
The String that is being stored is: NORTH SAFETY PRODUCT (all uppercase)
When I try a wildcard query against that field, it only produces results
if the query term is capitalized.
I'm using the StandardAnalyz