USCDataScience / sparkler

Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
http://irds.usc.edu/sparkler/
Apache License 2.0
411 stars 143 forks source link

Term's panel in dashboard is not displayed #145

Closed misterpilou closed 6 years ago

misterpilou commented 6 years ago

As we are in the banana's dashboard, we should see the top 5 terms/words resulting the crawl. Now this won't displayed and the fix is to change the "exclude" in Sparkler-Dashboard-Basic by "excludeTerm" https://lucene.apache.org/solr/guide/6_6/faceting.html#Faceting-Thefacet.excludeTermsParameter. Well i think so. Currently:

image

with "exludeTerm" instead of "exclude"

image