elasticsearch-index-termlist icon indicating copy to clipboard operation
elasticsearch-index-termlist copied to clipboard

Elasticsearch Index Termlist

Results 14 elasticsearch-index-termlist issues
Sort by recently updated
recently updated
newest added

Hello. Are there any plans to support 7.x? Thanks.

any plan to upgrade to support the ES 6.x? I really wanna write the codes, however have no idea about designing a plugin for ES. Any help?

Is there a upgrade to ES 5.x in plan?

Hi guys, The installation command on the front page does not work for me. I am using 2.3.0. Error message is "failed to download from all possible locations" `./bin/plugin -install...

Hi guys, Are you planning for an upgrade?

I really like the look of this plugin. Can I ask when the upgrade to ES 2.2.0 might occur?

After updating version number of ES dependency in pom.xml to 2.0.0 or 2.1.0, the code doesn't build.

Hi I am trying this plugin. I want to get docFreq,numDocs of terms for each shard. When i tried this it gives only Name field in the terms. curl -XGET...

I want to do a GET /twitter/tweet/_termlist How to do it from your plugin ?

I followed the example in README, created the test index and then ``` curl -XGET 'http://localhost:9200/test/_termlist' No handler found for uri [/test/_termlist] and method [GET] ``` Any hint on why...