> For the complete documentation index, see [llms.txt](https://xiaoxiami.gitbook.io/elasticsearch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiaoxiami.gitbook.io/elasticsearch/ji-chu/mapping/323mapping-parametersff08-ying-she-can-shu-ff09.md).

# 3.2.3.Mapping parameters（映射参数）

以下页面提供了 [field mappings](https://www.elastic.co/guide/en/elasticsearch/reference/5.3/mapping-types.html)（字段映&#x5C04;**）** 使用的各种**mappingparameters**（映射参数）的详细说明 :

以下 **mappingparameters**（映射参数）对于某些或者所有**fielddatatypes**（字段数据类型）是通用的 :

* analyzer（分析器）
* normalizer(归一化)
* boost(提升)
* Coerce（强制类型转换）
* copy\_to（合并参数）
* doc\_values（文档值）
* dynamic（动态设置）
* enabled（开启字段）
* fielddata（字段数据）
* format （日期格式）
* ignore\_above（忽略超越限制的字段）
* ignore\_malformed（忽略格式不对的数据）
* include\_in\_all（\_all 查询包含字段）
* index\_options（索引设置）
* index （索引）
* fields（字段)
* Norms （标准信息）
* null\_value（空值）
* position\_increment\_gap（短语位置间隙）
* properties （属性）
* search\_analyzer （搜索分析器）
* similarity （匹配方法）
* store（存储）
* Term\_vectors（词根信息）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://xiaoxiami.gitbook.io/elasticsearch/ji-chu/mapping/323mapping-parametersff08-ying-she-can-shu-ff09.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
