I have tried with <filter class="solr.NGramFilterFactory" minGramSize="4"
maxGramSize="12"/> and search using the Extended Dismax 

Q= {!dismax qf=address} rek Dr* - It did not work as expected since i am
getting all the records which has rek, Dr .

Q= {!dismax qf=address} "rek Dr*" - It is not allowed since perfix in Quotes
is not allowed.

Q= {!complexphrase inOrder=true}address:"rek dr*" - It did not work since it
is searching for words starts with rek 

I am not aware of shingle factory as of now will try to use and findout how
i can use.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854p4275859.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to