mitmedialab / MediaCloud-Dashboard

Front-end for the MediaCloud database
https://dashboard.mediameter.org
Apache License 2.0
16 stars 6 forks source link

remove terms in query from word cloud #256

Closed rahulbot closed 8 years ago

rahulbot commented 8 years ago

This is a bit tricky, because identifying the terms to remove isn't obvious. What is the 80/20 here?

rahulbot commented 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?

hroberts commented 8 years ago

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

anushka1991 commented 8 years ago

Not what we want :) The word cloud as it is fine for now in that case.