Closed rahulbot closed 8 years ago
@hroberts can solr magically do this for us? does it have a flag for removing the search terms included in the query from the word count results?
You can use exclusion to tell solr not to return sentences that include the given word. That's not the same as telling solr just not to count a given word within a given query result. It may or may not be what we want.
-hal
Not what we want :) The word cloud as it is fine for now in that case.
This is a bit tricky, because identifying the terms to remove isn't obvious. What is the 80/20 here?