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
Copy file name to clipboardExpand all lines: docs/reference/query-dsl.asciidoc
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,30 @@ Query clauses behave differently depending on whether they are used in
30
30
Allow expensive queries::
31
31
Certain types of queries will generally execute slowly due to the way they are implemented, which can affect
32
32
the stability of the cluster. Those queries can be categorised as follows:
33
+
33
34
* Queries that need to do linear scans to identify matches:
34
-
** <<query-dsl-script-query, `script queries`>>
35
-
* Queries that have a high up-front cost :
36
-
** <<query-dsl-fuzzy-query,`fuzzy queries`>> (except on <<wildcard-field-type, `wildcard`>> fields)
37
-
** <<query-dsl-regexp-query,`regexp queries`>> (except on <<wildcard-field-type, `wildcard`>> fields)
38
-
** <<query-dsl-prefix-query,`prefix queries`>> (except on <<wildcard-field-type, `wildcard`>> fields or those without <<index-prefixes, `index_prefixes`>>)
39
-
** <<query-dsl-wildcard-query, `wildcard queries`>> (except on <<wildcard-field-type, `wildcard`>> fields)
40
-
** <<query-dsl-range-query, `range queries>> on <<text, `text`>> and <<keyword, `keyword`>> fields
41
-
* <<joining-queries, `Joining queries`>>
42
-
* Queries on <<prefix-trees, deprecated geo shapes>>
35
+
** <<query-dsl-script-query,`script` queries>>
36
+
37
+
* Queries that have a high up-front cost:
38
+
** <<query-dsl-fuzzy-query,`fuzzy` queries>> (except on
39
+
<<wildcard-field-type,`wildcard`>> fields)
40
+
** <<query-dsl-regexp-query,`regexp` queries>> (except on
41
+
<<wildcard-field-type,`wildcard`>> fields)
42
+
** <<query-dsl-prefix-query,`prefix` queries>> (except on
43
+
<<wildcard-field-type,`wildcard`>> fields or those without
44
+
<<index-prefixes,`index_prefixes`>>)
45
+
** <<query-dsl-wildcard-query,`wildcard` queries>> (except on
46
+
<<wildcard-field-type,`wildcard`>> fields)
47
+
** <<query-dsl-range-query,`range` queries>> on <<text,`text`>> and
48
+
<<keyword,`keyword`>> fields
49
+
50
+
* <<joining-queries,Joining queries>>
51
+
52
+
* Queries on <<prefix-trees,deprecated geo-shapes>>
0 commit comments