Ryan, Using the KeywordTokenizer does not help. And there are not any spaces in the unique keys. the keys are alpha numeric. E.g.: AA-23-E1
Regards, Rishabh On Thu, Feb 14, 2008 at 10:28 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > > I noticed this happened because the field type was "string". I then > changed > > it to a custom text type and had specified only the whitespace tokenizer > and > > lowercase filter. It worked. The users were able to search on the > > are there spaces in your unique key? Try using the KeywordTokenizer -- > the main concern with the field type for uniqueKey is to make sure it > only has one token. > > ryan >