mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
With the cut over to LatLonPoint the geohash, geohash_precision, lat_lon, and geohash_prefix parameters have been removed. This commit fixes the doc build by removing the remaining dangling references to these removed parameters.
79 lines
1.8 KiB
Text
79 lines
1.8 KiB
Text
[[mapping-params]]
|
|
== Mapping parameters
|
|
|
|
The following pages provide detailed explanations of the various mapping
|
|
parameters that are used by <<mapping-types,field mappings>>:
|
|
|
|
|
|
The following mapping parameters are common to some or all field datatypes:
|
|
|
|
* <<analyzer,`analyzer`>>
|
|
* <<mapping-boost,`boost`>>
|
|
* <<coerce,`coerce`>>
|
|
* <<copy-to,`copy_to`>>
|
|
* <<doc-values,`doc_values`>>
|
|
* <<dynamic,`dynamic`>>
|
|
* <<enabled,`enabled`>>
|
|
* <<fielddata,`fielddata`>>
|
|
* <<mapping-date-format,`format`>>
|
|
* <<ignore-above,`ignore_above`>>
|
|
* <<ignore-malformed,`ignore_malformed`>>
|
|
* <<include-in-all,`include_in_all`>>
|
|
* <<index-options,`index_options`>>
|
|
* <<mapping-index,`index`>>
|
|
* <<multi-fields,`fields`>>
|
|
* <<norms,`norms`>>
|
|
* <<null-value,`null_value`>>
|
|
* <<position-increment-gap,`position_increment_gap`>>
|
|
* <<properties,`properties`>>
|
|
* <<search-analyzer,`search_analyzer`>>
|
|
* <<similarity,`similarity`>>
|
|
* <<mapping-store,`store`>>
|
|
* <<term-vector,`term_vector`>>
|
|
|
|
|
|
include::params/analyzer.asciidoc[]
|
|
|
|
include::params/boost.asciidoc[]
|
|
|
|
include::params/coerce.asciidoc[]
|
|
|
|
include::params/copy-to.asciidoc[]
|
|
|
|
include::params/doc-values.asciidoc[]
|
|
|
|
include::params/dynamic.asciidoc[]
|
|
|
|
include::params/enabled.asciidoc[]
|
|
|
|
include::params/fielddata.asciidoc[]
|
|
|
|
include::params/format.asciidoc[]
|
|
|
|
include::params/ignore-above.asciidoc[]
|
|
|
|
include::params/ignore-malformed.asciidoc[]
|
|
|
|
include::params/include-in-all.asciidoc[]
|
|
|
|
include::params/index.asciidoc[]
|
|
|
|
include::params/index-options.asciidoc[]
|
|
|
|
include::params/multi-fields.asciidoc[]
|
|
|
|
include::params/norms.asciidoc[]
|
|
|
|
include::params/null-value.asciidoc[]
|
|
|
|
include::params/position-increment-gap.asciidoc[]
|
|
|
|
include::params/properties.asciidoc[]
|
|
|
|
include::params/search-analyzer.asciidoc[]
|
|
|
|
include::params/similarity.asciidoc[]
|
|
|
|
include::params/store.asciidoc[]
|
|
|
|
include::params/term-vector.asciidoc[]
|