You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<<token-count>>:: `token_count` to count the number of tokens in a string
41
-
{plugins}/mapper-murmur3.html[`mapper-murmur3`]:: `murmur3` to compute hashes of values at index-time and store them in the index
42
-
{plugins}/mapper-annotated-text.html[`mapper-annotated-text`]:: `annotated-text` to index text containing special markup (typically used for identifying named entities)
43
65
44
-
<<percolator>>:: Accepts queries from the query-dsl
66
+
[discrete]
67
+
[[text-search-types]]
68
+
==== Text search types
45
69
46
-
<<parent-join>>:: Defines parent/child relation for documents within the same index
70
+
<<text,`text`>>:: Analyzed, unstructured text.
71
+
{plugins}/mapper-annotated-text.html[`annotated-text`]:: Text containing special
72
+
markup. Used for identifying named entities.
73
+
<<completion-suggester,`completion`>>:: Used for auto-complete suggestions.
74
+
<<search-as-you-type,`search_as_you_type`>>:: `text`-like type for
75
+
as-you-type completion.
76
+
<<token-count,`token_count`>>:: A count of tokens in a text.
47
77
48
-
<<rank-feature>>:: Record numeric feature to boost hits at query time.
49
78
50
-
<<rank-features>>:: Record numeric features to boost hits at query time.
79
+
[discrete]
80
+
[[document-ranking-types]]
81
+
==== Document ranking types
51
82
52
-
<<dense-vector>>:: Record dense vectors of float values.
83
+
<<dense-vector,`dense_vector`>>:: Records dense vectors of float values.
84
+
<<rank-feature,`rank_feature`>>:: Records a numeric feature to boost hits at
85
+
query time.
86
+
<<rank-features,`rank_features`>>:: Records numeric features to boost hits at
87
+
query time.
53
88
54
-
<<search-as-you-type>>:: A text-like field optimized for queries to implement as-you-type completion
55
89
56
-
<<alias>>:: Defines an alias to an existing field.
90
+
[discrete]
91
+
[[spatial_datatypes]]
92
+
==== Spatial data types
57
93
58
-
<<flattened>>:: Allows an entire JSON object to be indexed as a single field.
94
+
<<geo-point,`geo_point`>>:: Latitude and longitude points.
95
+
<<geo-shape,`geo_shape`>>:: Complex shapes, such as polygons.
0 commit comments