Hey guys, ES newbie here - I'm currently working on a data-set having the format of the following:
// "desc": "The Quick and Brown Fox",
// "amount": 1000
I'm passing the "desc" field through a stop analyzer and it is functioning correctly as verified when searching. However, I would like something to show me the results of the analyzer as they are seen by the ES Backend. Essentially, I would like the keywords produced by the analyzer for the entire data-set to be produced as an output. similar to this:
Thanks for the reply. I did use the analyze API, however, as you rightly said, it only gives the effect of the analyzer on the given text. I have found what I was looking for however - Term Vectors provide me with the tokens that the analyzer creates when indexing.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.