We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9dc95 commit 661da01Copy full SHA for 661da01
README.md
@@ -15,6 +15,12 @@ Run the de.kevcodez.elasticsearch.create.FillIndex class that generates a few th
15
16
You may now run de.kevcodez.elasticsearch.search.Aggregations or de.kevcodez.elasticsearch.search.BasicSearch.
17
18
+### Create ElasticSearch Index
19
+
20
+You need to create an index named orders.
21
22
+`curl -X PUT localhost:9200/orders`
23
24
### Edit Host/Port
25
26
The de.kevcodez.elasticsearch.Client creates an Elasticsearch client with the default Port 9300 and host localhost.
0 commit comments