Hi All,

I am using head plugin to access the elastic search through GUI and cluster
plugin to cluster the data.
So is there anyway I can display any particular field in GUI of
elasticsearch.
For ex:
If my query is
*{
  "search_request": {
    "fields": [
      "Content"
    ],
    "query": {
      "match": {
        "_all": "mobile"
      }
    }
},
  "field_mapping": {
    "content": [
      "fields.Content"
    ]
  },
}*

And response will be everything as *took, size, data, label, clusters,
phrases * etc.

So is there any way I can display only label/cluster in elasticsearch GUI
with the help of any other plugin or other way out.





--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/Elasticsearch-output-format-with-head-plugin-tp4050614.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

-- 
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/1393506468844-4050614.post%40n3.nabble.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to