Filter the Solr autosuggestion in Hybris

2018-12-11 Thread Ankit Patel
ddiskcategory When I am hitting this URL with spellcheck.dictionary=categorydic, spellcheck.cfq=harddiskcategory,spellcheck.q=mytest it won't filter the result. I am getting all the match of *mytest* Solr Version: 5.3.0 Hybris Vesion: 6.0 Any clue? Regards, Ankit Patel

Re: Filter the Solr autosuggestion in Hybris

2018-12-11 Thread Ankit Patel
Please note: here we have autosuggestion with `SpellCheckComponent`, which we want to filter. Here is the question https://stackoverflow.com/questions/53707224/filter-the-solr-autosuggestion-in-hybris On Tue, 11 Dec 2018 at 17:02 Ankit Patel wrote: > I am trying to implement Solr cont

How to filter auto suggestion in Solr

2018-12-11 Thread Ankit Patel
Guys, I am trying to implement Solr context filtering to filter auto-suggestion result based on the category value. We have implemented autosuggestion based on SpellCheckComponent. Here is my detail question https://stackoverflow.com/questions/53707224/filter-the-solr-autosuggestion-in-hybris Any