3.3. Analysis(分析)
Index time analysis(索引时分析)
"The QUICK brown foxes jumped over the lazy dog!"[ quick, brown, fox, jump, over, lazi, dog ]PUT my_index
{
"mappings": {
"my_type": {
"properties": {
"title": {
"type": "text",
"analyzer": "standard"
}
}
}
}
}Search time analysis(搜索时分析)
Last updated