-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Adds the structure of the ES|QL docs.
- Loading branch information
1 parent
fff5381
commit 1ba3eb3
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[discrete] | ||
[[esql]] | ||
=== ES|QL in the Java client | ||
|
||
This page enables you to understand and use {ref}/esql.html[ES|QL] utilizing the | ||
Java client. | ||
|
||
|
||
[discrete] | ||
[[esql-how-to]] | ||
==== How to use the ES|QL API | ||
|
||
[TO DO] | ||
|
||
// This section describes the use of the "raw" ES|QL API. | ||
|
||
|
||
[discrete] | ||
[[esql-consume-results]] | ||
==== Consuming ES|QL results | ||
|
||
[TO DO] | ||
|
||
// This section demonstrates the various ways to consume ES|QL results (Object, | ||
// Cursor, DataFrame, etc.). | ||
|
||
|
||
[discrete] | ||
[[esql-custom-mapping]] | ||
==== Defining your own mapping | ||
|
||
[TO DO] | ||
|
||
// This section describes how to come up with your own way of consuming ES|QL | ||
// results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters