Is there a solr way to remove any result from the list search results that
contain a term in a excluding list?

For example, suppose I search for apple and get 5 documents contains it,
and my excluding list is something like ['bad', 'wrong', 'staled'].
Out of the 5 documents, 3 has a word in this list, so I want solr to return
only the other 2 documents.

I know exclude will work, but my list is super long and I don't want have a
very long url.
I know stopwords is not returning the thing I want.
So is there something I don't know that would work as expected?

Thanks a lot!
angela

Reply via email to