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

Plugin Returning only Name of the Terms.

Open vishnuchilamakuru opened this issue 9 years ago • 0 comments

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 http://localhost:9200/ads_index/_termlist?field=title

{ _shards: { total: 3, successful: 3, failed: 0 }, total: 4292, terms: [ { name: "teresa" }, { name: "master" }, { name: "is" } ] }

vishnuchilamakuru avatar Dec 10 '15 08:12 vishnuchilamakuru