亿华智慧云亿华智慧云

ElasticSearch为什么要用倒排索引?

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.
赞(2152)
未经允许不得转载:>亿华智慧云 » ElasticSearch为什么要用倒排索引?