2020-01-16 13:00:04 -05:00
|
|
|
[[analysis-concepts]]
|
|
|
|
== Text analysis concepts
|
|
|
|
++++
|
|
|
|
<titleabbrev>Concepts</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
|
|
|
This section explains the fundamental concepts of text analysis in {es}.
|
|
|
|
|
|
|
|
* <<analyzer-anatomy>>
|
2020-01-30 09:19:53 -05:00
|
|
|
* <<analysis-index-search-time>>
|
2020-04-24 11:01:28 -04:00
|
|
|
* <<stemming>>
|
2020-03-19 07:42:26 -04:00
|
|
|
* <<token-graphs>>
|
2020-01-16 13:00:04 -05:00
|
|
|
|
2020-01-30 09:19:53 -05:00
|
|
|
include::anatomy.asciidoc[]
|
2020-03-19 07:42:26 -04:00
|
|
|
include::index-search-time.asciidoc[]
|
2020-04-24 11:01:28 -04:00
|
|
|
include::stemming.asciidoc[]
|
2020-03-19 07:42:26 -04:00
|
|
|
include::token-graphs.asciidoc[]
|