Re: How to get infix match suggestions in solr

2016-09-06 Thread Alessandro Benedetti
Hi Pradeep, there are generally two possible approaches : 1) create a separate Solr instance for the auto-suggestion, elaborating the service as complex as we need 2) use the Solr suggest component which comes out of the box with the support for a lot of different approaches. I can suggest you

How to get infix match suggestions in solr

2016-09-05 Thread Pradeep Chandra
Hi, Solr suggester is giving prefix suggestions in default. How to get infix matched suggestions? I am using AnylyzingInfixSuggestFactory. I don't know how to configure the Schema.xml & Solrconfig.xml. Can anyone help me. Thanks and Regards M Pradeep Chandra