I am currently using an Elasticsearch plugin called "termlist" (https://github.com/jprante/elasticsearch-index-termlist) that returns the terms of an index. But it breaks when there are too many terms and the output information is larger than about 30-40 megabytes. I need my custom plugin to work for bigger amounts of output data.
I am thinking about creating a custom plugin to return hashes of terms instead of the actual terms to reduce the output data volume. So I have a couple of questions: 1. I presume that Elasticsearch might already use hashes of terms internally in the index, so would it be possible to get those? 2. If the above is not possible, what other options do I have to circumvent the 30-40 MB barrier? Thank you in advance. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f9f8e5c0-7f01-4769-a584-223586cec3be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
