We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在v6.1.3中需要指定content-type:
curl -XPOST http://localhost:9200/index/fulltext/_mapping -H 'Content-Type:application/json' -d' { "properties": { "content": { "type": "text", "analyzer": "ik_max_word", "search_analyzer": "ik_max_word" } } }'
Activity