-
Notifications
You must be signed in to change notification settings - Fork 0
dataramblers/esClientEdoc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
simple client to fetch the complete index with the new Elasticsearch Java REST API and scroll endpoint 1) compile the jar: mvn package assembly:assembly 2) to get some help java -jar target/esclient-1.0-SNAPSHOT-jar-with-dependencies.jar 3) to fetch the documents a) java -jar target/esclient-1.0-SNAPSHOT-jar-with-dependencies.jar --host=edoc-vmtest.ub.unibas.ch --port=80 --user=[ask martin for the user] --password='[ask Martin for the password]' > edoc_nested.all.json & or b) java -jar target/esclient-1.0-SNAPSHOT-jar-with-dependencies.jar --host=edoc-vmtest.ub.unibas.ch --port=80 --user=[ask martin for the user] --password='ask martin for the password' --endpoint=edoc_flattened > edoc_flattened.all.json &
About
client to fetch edoc documents stored with Elasticsearch
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published