Re: Is it compulsory to define a tokenizer when defining field types in solr

2012-06-29 Thread Kissue Kissue
Thanks Erick for the clarification. Cheers! On Fri, Jun 29, 2012 at 2:08 PM, Erick Erickson wrote: > Yes, it's mandatory to define at least one tokenizer (and only one > tokenizer). If > you need the whole input treated as one token, you can use > KeywordTokenizerFactory. > > Best > Erick > > On

Re: Is it compulsory to define a tokenizer when defining field types in solr

2012-06-29 Thread Erick Erickson
Yes, it's mandatory to define at least one tokenizer (and only one tokenizer). If you need the whole input treated as one token, you can use KeywordTokenizerFactory. Best Erick On Thu, Jun 28, 2012 at 11:10 AM, Kissue Kissue wrote: > Hi, > > When defining a fieldtype is it compulsory to include