This is simple enough with Lucene (IndexReader.terms); does Elasticsearch
expose anything like that?
--
This is simple enough with Lucene (IndexReader.terms); does Elasticsearch
expose anything like that?
--
Take a look at Jörg's Termlist plugin:
The equivalent Lucene code is found here:
https://github.com/jprante/elasticsearch-index-termlist/blob/master/src/main/java/org/elasticsearch/action/termlist/TransportTermlistAction.java#L126
Cheers,
Ivan
On Mon, Aug 13, 2012 at 8:29 PM, Eric Jain eric.jain@gmail.com wrote:
This is simple enough with Lucene (IndexReader.terms); does Elasticsearch
expose anything like that?--
--
On Mon, Aug 13, 2012 at 9:58 PM, Ivan Brusic ivan@brusic.com wrote:
Take a look at Jörg's Termlist plugin:
GitHub - jprante/elasticsearch-index-termlist: Elasticsearch Index Termlist
Thanks, that's just what I was looking for.
--
© 2020. All Rights Reserved - Elasticsearch
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.