Re: Solr AutoSuggest Configuration Issue

2018-10-09 Thread Christian Ortner
Context filtering, at least using the suggest.cfq parameter, was not introduced before Solr 6 to my knowledge. As Edwin, I highly recommend updating. On Mon, Oct 8, 2018 at 2:20 PM Manu Nair wrote: > Hi, > > I am using Solr 5.1 for my application. > I am trying to use the autoSuggest feature of

Re: Solr AutoSuggest Configuration Issue

2018-10-08 Thread Zheng Lin Edwin Yeo
The link that you are referring to is for Solr 6.6, but you are using Solr 5.1 which is quite an old version, so there could be some differences. You can refer this guide for Solr 5.1: http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.1.pdf The current version of Solr is

Solr AutoSuggest Configuration Issue

2018-10-08 Thread Manu Nair
Hi, I am using Solr 5.1 for my application. I am trying to use the autoSuggest feature of Solr. I want to do context filtering on the results returned by Solr suggest. Please help me know if this feature is supported in the version that I am using(5.1). Also if it works with multivalued field. I