We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ff4e4 commit b8a8cb6Copy full SHA for b8a8cb6
README.md
@@ -63,8 +63,8 @@ curl -XPOST http://localhost:9200/index/fulltext/_mapping -d'
63
{
64
"fulltext": {
65
"_all": {
66
- "indexAnalyzer": "ik_max_word",
67
- "searchAnalyzer": "ik_max_word",
+ "analyzer": "ik_max_word",
+ "search_analyzer": "ik_max_word",
68
"term_vector": "no",
69
"store": "false"
70
},
@@ -73,8 +73,8 @@ curl -XPOST http://localhost:9200/index/fulltext/_mapping -d'
73
"type": "string",
74
"store": "no",
75
"term_vector": "with_positions_offsets",
76
77
78
"include_in_all": "true",
79
"boost": 8
80
}
0 commit comments