mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add ID for percolate query to Java API docs
This commit is contained in:
parent
6249f1092f
commit
9b22ec1c6a
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
[[java-query-percolate-query]]
|
||||
==== Percolate Query
|
||||
|
||||
See:
|
||||
* {ref}/query-dsl-percolate-query.html[Percolate Query]
|
||||
|
||||
|
||||
[source,java]
|
||||
--------------------------------------------------
|
||||
Settings settings = Settings.builder().put("cluster.name", "elasticsearch").build();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue