Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/usage/esql.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[[esql]]
=== ES|QL in the Java client

This page enables you to understand and use {ref}/esql.html[ES|QL] in the
Comment thread
szabosteve marked this conversation as resolved.
Outdated
Java client.
Comment thread
szabosteve marked this conversation as resolved.


Comment thread
szabosteve marked this conversation as resolved.
[discrete]
[[esql-how-to]]
==== How to use the ES|QL API

[TO DO]
Comment thread
szabosteve marked this conversation as resolved.
Outdated

// This section describes the use of the "raw" ES|QL API.
Comment thread
szabosteve marked this conversation as resolved.
Outdated


[discrete]
[[esql-consume-results]]
==== Consuming ES|QL results
Comment thread
szabosteve marked this conversation as resolved.
Outdated
Comment thread
szabosteve marked this conversation as resolved.
Outdated

[TO DO]
Comment thread
szabosteve marked this conversation as resolved.
Outdated

// This section demonstrates the various ways to consume ES|QL results (Object,
// Cursor, DataFrame, etc.).


[discrete]
[[esql-custom-mapping]]
==== Defining your own mapping
Comment thread
szabosteve marked this conversation as resolved.
Outdated

[TO DO]
Comment thread
szabosteve marked this conversation as resolved.
Outdated

// This section describes how to come up with your own way of consuming ES|QL
// results.
2 changes: 2 additions & 0 deletions docs/usage/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For a full reference, see the {es-docs}/[Elasticsearch documentation] and in par

If you're new to Elasticsearch, make sure also to read {es-docs}/getting-started.html[Elasticsearch's quick start] that provides a good introduction.

* <<esql>>
* <<indexing>>
* <<indexing-bulk>>
* <<reading>>
Expand All @@ -19,6 +20,7 @@ If you're new to Elasticsearch, make sure also to read {es-docs}/getting-started

NOTE: This is still a work in progress, more sections will be added in the near future.

include::esql.asciidoc[]
include::indexing.asciidoc[]
include::indexing-bulk.asciidoc[]
include::reading.asciidoc[]
Expand Down