I got the error based on your feedback I am using <tokenizer class="solr.LetterTokenizerFactory"/> inside <field> instead of <fieldType>, I did the changes and it is working fine
Thanks for your support On Sun, May 11, 2014 at 3:50 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > Hi, > > Are you really using letter tokenizer? You should see LT as abbreviation > in analysis page. > > <fieldType name="letter" class="solr.TextField" > positionIncrementGap="100"> > <analyzer> > <tokenizer class="solr.LetterTokenizerFactory"/> > </analyzer> > </fieldType> > > Ahmet > > > > > > On Sunday, May 11, 2014 12:42 PM, ienjreny <ismaeel.enjr...@gmail.com> > wrote: > Dears:I am applying LetterTokenizerFactory as it is mentioned at the > following > linkhttp:// > wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LetterTokenizerFactoryBut > when I am using the analyzer on "I can't" the results are:LCF text i > can'tBut in the documentation is mentioned to be "i", "can", "t"Is it by > mistake or there something wrong with my schema code > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/LetterTokenizerFactory-doesn-t-work-as-expected-tp4135082.html > Sent from the Solr - User mailing list archive at Nabble.com. >