Skip to content

Instantly share code, notes, and snippets.

@Omega359
Omega359 / gist:2ac0206614f801ab7012
Created February 4, 2015 17:33
explain of search for zaheer
{
"took" : 34,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 5,
@Omega359
Omega359 / gist:664999e88a401842e102
Created February 4, 2015 17:31
explain of search for bruce
{
"took" : 32,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 78,
{
"analysis" : {
"filter" : {
"name_synonyms" : {
"type" : "synonym",
"synonyms_path" : "analysis/name_synonyms.txt",
"expand": "false"
},
"name_ngrams" : {
"type" : "edgeNGram",
{
"indexNamehere" : {
"mappings" : {
"indexTypeHere" : {
"dynamic_templates" : [ {
"stringMapping" : {
"mapping" : {
"type" : "multi_field",
"fields" : {
"{name}" : {
{ "analysis" : {
"char_filter" : {
"ref_data_text": {
"type": "pattern_replace",
"pattern":"(\\|\\|.*)$",
"replacement": ""
},
"ref_data_code": {
"type": "pattern_replace",
"pattern":"^(.*\\|\\|)",
curl -XPUT http://localhost:9200/777 -d ' {
"mappings": {
"TASK": {
"_all": {
"enabled": false
},
"_id": {
"path": "vid__v"
},
"properties": {