您现在的位置是:亿华云 > 应用开发

ElasticSearch为什么要用倒排索引?

亿华云2025-10-09 06:59:58【应用开发】5人已围观

简介复制PUT/music/_mapping/song { "properties":{ "tag":{ "type

ElasticSearch为什么要用倒排索引?
复制PUT /music/_mapping/song  {     "properties": {       "tag": {         "type": "string",什用索引        "fielddata": {    (1)          "filter": {             "frequency": {    (2)              "min":              0.01,  (3)               "min_segment_size": 500  (4)            }          }        }      }    }  }  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.

很赞哦!(4759)