Get token elasticsearch

GET /categories/category/1/_termvectors
{
"fields" : ["name"],
"offsets" : true,
"payloads" : true,
"positions" : true,
"term_statistics" : true,
"field_statistics" : true
}

POST _search
{
  "query": {
    "term" : { "user" : "Kimchy" } 
  }
}

Popular posts from this blog

Map asp.net webform to OWIN path