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
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
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