Skip to content

Commit 661da01

Browse files
committed
Readme
1 parent 0d9dc95 commit 661da01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Run the de.kevcodez.elasticsearch.create.FillIndex class that generates a few th
1515

1616
You may now run de.kevcodez.elasticsearch.search.Aggregations or de.kevcodez.elasticsearch.search.BasicSearch.
1717

18+
### Create ElasticSearch Index
19+
20+
You need to create an index named orders.
21+
22+
`curl -X PUT localhost:9200/orders`
23+
1824
### Edit Host/Port
1925

2026
The de.kevcodez.elasticsearch.Client creates an Elasticsearch client with the default Port 9300 and host localhost.

0 commit comments

Comments
 (0)