question regarding Field.Index.UN_TOKENZED

2006-07-10 Thread Van Nguyen
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

Re: question regarding Field.Index.UN_TOKENZED

2006-07-10 Thread Chris Hostetter
: 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

Re: question regarding Field.Index.UN_TOKENZED

2006-07-13 Thread Ramesh Salla
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