Skip to content

Commit 9279d63

Browse files
[Manage data] Add 'Index mapping and text analysis' (#334)
* [Manage data] Add 'Index mapping and text analysis' * Remove problem links, temporarily * Fix links to use absolute paths * Update manage-data/ingest/transform-enrich/index-mapping-text-analysis.md Co-authored-by: wajihaparvez <[email protected]> --------- Co-authored-by: wajihaparvez <[email protected]>
1 parent 2772080 commit 9279d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Index mapping and text analysis
22

3-
% What needs to be done: Write from scratch
3+
As part of planning how your incoming data might be transformed and enriched as it is ingested, you may want to customize how the data should be organized inside {{es}} and how text fields should be analyzed.
44

5-
% GitHub issue: docs-projects#367
5+
Refer to [Mapping](/manage-data/data-store/mapping.md) to learn about the dynamic mapping rules that Elasticsearch runs by default to identify the data types in your data and to store it in matching fields. You can also configure your own custom mappings to take full control over how your data is organized in the documents in an {{es}} index.
66

7-
% Scope notes: This should be a stub page that makes it clear to the reader that next step in transforming/enriching data at ingest time is using index mapping and text analysis, and linking to where these concepts are documented in more detail (above in the The Elasticsearch data store section).
7+
Refer to [Text analysis](/manage-data/data-store/text-analysis.md) to learn how to configure an analyzer to run on incoming text, in order to ensure that relevant documents are retrieved from text-based queries. You can opt to use one of several built-in analyzers, or create a custom analyzer for your specific use cases.

0 commit comments

Comments
 (0)