elasticsearch 6.3.2 mapping parameter

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wanglei_storage/article/details/82628431

官网:https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-params.html

映射参数对于某些或所有字段数据类型是通用的

analyzer
https://www.elastic.co/guide/en/elasticsearch/reference/current/analyzer.html

normalizer
https://www.elastic.co/guide/en/elasticsearch/reference/current/normalizer.html

boost
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-boost.html

coerce
https://www.elastic.co/guide/en/elasticsearch/reference/current/coerce.html

copy_to
https://www.elastic.co/guide/en/elasticsearch/reference/current/copy-to.html

doc_values
https://www.elastic.co/guide/en/elasticsearch/reference/current/doc-values.html

dynamic
https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html

enabled
https://www.elastic.co/guide/en/elasticsearch/reference/current/enabled.html
fielddata

fielddata
https://www.elastic.co/guide/en/elasticsearch/reference/current/fielddata.html

eager_global_ordinals
https://www.elastic.co/guide/en/elasticsearch/reference/current/eager-global-ordinals.html

format
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html

ignore_above
https://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-above.html

ignore_malformed
https://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-malformed.html

index_options
https://www.elastic.co/guide/en/elasticsearch/reference/current/index-options.html

index
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-index.html

fields
https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-fields.html

norms
https://www.elastic.co/guide/en/elasticsearch/reference/current/norms.html

null_value
https://www.elastic.co/guide/en/elasticsearch/reference/current/null-value.html

posiition_increment_gap
https://www.elastic.co/guide/en/elasticsearch/reference/current/position-increment-gap.html

properties
https://www.elastic.co/guide/en/elasticsearch/reference/current/properties.html

search_analyzer
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-analyzer.html

similarity
https://www.elastic.co/guide/en/elasticsearch/reference/current/similarity.html

store
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-store.html

term_vector
https://www.elastic.co/guide/en/elasticsearch/reference/current/term-vector.html

猜你喜欢

转载自blog.csdn.net/wanglei_storage/article/details/82628431
今日推荐