Re: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-05 Thread Rohan Thakur
engthFilterFactory to remove the >> short terms. See >> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LengthFilterFactory. >> >> James Dyer >> Ingram Content Group >> (615) 213-4311 >> >> >> -Original Message- >>

Re: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Rohan Thakur
ers#solr.LengthFilterFactory. > > James Dyer > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Rohan Thakur [mailto:rohan.i...@gmail.com] > Sent: Thursday, April 04, 2013 1:42 PM > To: solr-user@lucene.apache.org > Subject: how to avoid s

RE: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Dyer, James
olr/AnalyzersTokenizersTokenFilters#solr.LengthFilterFactory . James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Rohan Thakur [mailto:rohan.i...@gmail.com] Sent: Thursday, April 04, 2013 1:42 PM To: solr-user@lucene.apache.org Subject: how to avoid single character to

how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Rohan Thakur
hi all I am using solr directspellcheker for spell suggestions using raw analyses for indexing but I have some fields which have single characters like l L so its is been indexed in the dictionary and when I am using this for suggestions for query like delll its suggesting de and l l l as the spel