yaa iorixxx...i found that lucene qury parser class 
http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/queryParser/QueryParser.html
here 
can u pls explain that how i have to use this class in my solr config
files....
i already added the following classes in my schema.xml file
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/>
<filter class="solr.PorterStemFilterFactory"/>
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
<filter class="solr.EdgeNGramFilterFactory" minGramSize="1" maxGramSize="50"
/>

but i am not sure about that where should i configure that can u pls post
some sample to use that

thank u very much

--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-implement-search-including-special-characters-tp3381572p3382157.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to