Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Returning only Name of the Terms. #21

Open
vishnuchilamakuru opened this issue Dec 10, 2015 · 0 comments
Open

Plugin Returning only Name of the Terms. #21

vishnuchilamakuru opened this issue Dec 10, 2015 · 0 comments

Comments

@vishnuchilamakuru
Copy link

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"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant