Hello ,

I am working on Solr from last few months and stuck some where ,

Analyzer in Field Definition : --

<analyzer>
  <tokenizer class="solr.StandardTokenizerFactory"/>
</analyzer>

In: "Please, email john....@foo.com by 03-09, re: m37-xq."

Expected Out: "Please", "email", "john....@foo.com", "by", "03-09", "re",
"m37-xq"

but not getting this. Is something wrong with my understanding of
StandardTokenizer? I am using solr 3.6.
Please let me know what is wrong with this. Thanks


--
View this message in context: 
http://lucene.472066.n3.nabble.com/StandardTokenizerFactory-behaviour-tp3990215.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to