elasticsearch/docs/reference/esql
Nik Everett 6fbc52d170
ESQL docs: Push down needs index and doc_values (#110353)
This adds a `NOTE` to each comparison saying that pushing the comparison
to the search index requires that the field have an `index` and
`doc_values`. This is unique compared to the rest of Elasticsearch which
only requires an `index` and it's caused by our insistence that
comparisons only return true for single-valued fields. We can in future
accelerate comparisons without `doc_values`, but we just haven't written
that code yet.
2024-07-02 14:22:50 -04:00
..
functions ESQL docs: Push down needs index and doc_values (#110353) 2024-07-02 14:22:50 -04:00
processing-commands ESQL: Run LOOKUP docs test only in SNAPSHOT (#109493) 2024-06-11 23:27:22 +10:00
source-commands ESQL: change from quoting from backtick to quote (#108395) 2024-06-30 20:01:31 +03:00
esql-across-clusters.asciidoc [DOCS][ESQL][8.14] Add API key based security model info for ESQL CCS (#109155) 2024-06-03 18:44:33 +02:00
esql-apis.asciidoc
esql-async-query-api.asciidoc Remove esql version from docs (#108933) 2024-05-23 10:36:15 -04:00
esql-async-query-delete-api.asciidoc
esql-async-query-get-api.asciidoc
esql-commands.asciidoc ESQL: Implement LOOKUP, an "inline" enrich (#107987) 2024-06-07 11:38:51 +10:00
esql-enrich-data.asciidoc [DOCS] Refactor book-scoped variables in `docs/reference/index.asciidoc` (#107413) 2024-04-17 14:37:07 +02:00
esql-examples.asciidoc
esql-functions-operators.asciidoc Introduce an IP functions group (#108304) 2024-05-06 13:43:30 +02:00
esql-get-started.asciidoc Revert "[DOCS] Remove ESQL demo env link from 8.14+ (#109562)" (#109579) 2024-06-11 17:04:37 +02:00
esql-kibana.asciidoc [DOCS] Update Using ESQL in Kibana doc (#108715) 2024-05-17 12:36:04 +02:00
esql-language.asciidoc ESQL: Remove OPTIONS clause in FROM command (#108692) 2024-05-15 18:15:02 -04:00
esql-limitations.asciidoc
esql-process-data-with-dissect-grok.asciidoc
esql-query-api.asciidoc ESQL: Implement LOOKUP, an "inline" enrich (#107987) 2024-06-07 11:38:51 +10:00
esql-rest.asciidoc Remove esql version from docs (#108933) 2024-05-23 10:36:15 -04:00
esql-security-solution.asciidoc
esql-syntax.asciidoc ESQL: Add more time span units (#108300) 2024-05-08 08:51:02 -04:00
esql-using.asciidoc Remove esql version from docs (#108933) 2024-05-23 10:36:15 -04:00
implicit-casting.asciidoc [DOCS] ES|QL implicit casting (#108618) 2024-05-15 09:07:09 -04:00
index.asciidoc [DOCS] ESQL goes GA (#108342) 2024-05-07 14:12:50 +02:00
metadata-fields.asciidoc Reapply "ESQL: Expose "_ignored" metadata field" (#108864) (#108871) 2024-05-22 07:06:04 -04:00
multivalued-fields.asciidoc Remove esql version from docs (#108933) 2024-05-23 10:36:15 -04:00
task-management.asciidoc