on 2019 Sep 01 7:04 PM
I want to filter out the solr suggestions on auto suggest given by Solr when indexed property blacklisted holds value true. Solr still displays the suggestions contained in blacklisted products. https://localhost:8983/solr/core1/suggest?cfq=blacklisted_boolean%3Afalse&q=2106 ---- not working https://localhost:8983/solr/core1/suggest?fq=blacklisted_boolean%3Afalse&q=2106 ---- not working Is there any way to achieve the same ? Any help will be appreciated.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.