Re: How to define a lowercase fieldtype without tokenizer

2013-02-14 Thread Bing Hua
Works perfectly. Thank you. I didn't know this tokenizer does nothing before :) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-define-a-lowercase-fieldtype-without-tokenizer-tp4040500p4040507.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to define a lowercase fieldtype without tokenizer

2013-02-14 Thread Upayavira
You can use a KeywordTokenizerFactory, which will tokenise into a single term, and then do your lowercasing. Does that get you what you want? Upayavira On Thu, Feb 14, 2013, at 05:11 PM, Bing Hua wrote: > Hi, > > I don't want the field to be tokenized because Solr doesn't support > sorting > on