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
alyzer. > > positionIncrementGap="100"> > > > > > > > > > Thanks! > > > > -- > View this message i

How to define a lowercase fieldtype without tokenizer

2013-02-14 Thread Bing Hua
-lowercase-fieldtype-without-tokenizer-tp4040500.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: fieldType without tokenizer

2009-05-12 Thread Koji Sekiguchi
It must be KeywordTokenizer*Factory* :) Koji sunnyfr wrote: hi I tried but Ive an error : May 12 15:48:51 solr-test jsvc.exec[2583]: May 12, 2009 3:48:51 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error loading class 'solr.KeywordTokenizer' ^Iat o

Re: fieldType without tokenizer

2009-05-12 Thread Erik Hatcher
hich does not do any tokenization. -- Regards, Shalin Shekhar Mangar. -- View this message in context: http://www.nabble.com/fieldType-without-tokenizer-tp23371300p23502994.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: fieldType without tokenizer

2009-05-12 Thread sunnyfr
2009 at 9:28 PM, sunnyfr wrote: > >> >> Hi, >> >> I would like to create a field without tokenizer but I've an error, >> > > You can use KeywordTokenizer which does not do any tokenization. > > -- > Regards, > Shalin Shekhar Mangar. > >

Re: fieldType without tokenizer

2009-05-04 Thread Shalin Shekhar Mangar
On Mon, May 4, 2009 at 9:28 PM, sunnyfr wrote: > > Hi, > > I would like to create a field without tokenizer but I've an error, > You can use KeywordTokenizer which does not do any tokenization. -- Regards, Shalin Shekhar Mangar.

fieldType without tokenizer

2009-05-04 Thread sunnyfr
for your help ! -- View this message in context: http://www.nabble.com/fieldType-without-tokenizer-tp23371300p23371300.html Sent from the Solr - User mailing list archive at Nabble.com.