HI people,
I'm just starting to analyze my data with Elasticsearch, so I have practically no idea -_-
I would like to try text mining based on all the data I have stored.
Is the following possible, and if so where do I have to google to?
I have two indexes "Newsfeeds" and "Stopswords".
In the first step, I'd like to:
- Count how many stopwords and which ones appear in the newsfeeds.
- Save the remaining words from the newsfeeds ( plus the stopswords ) in a new index.
Is this generally possible? Can we do this alone with ES, Kibana and Logstash?