Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Elasticsearch Services
Search Doc Service
Commits
f91d8a65
Commit
f91d8a65
authored
Dec 08, 2020
by
Jonas Waeber
Browse files
Update docs for ESWrapper
parent
34f4c265
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/helpers/ElasticSearchWrapper.kt
View file @
f91d8a65
...
...
@@ -38,6 +38,8 @@ class ElasticSearchWrapper(settings: Properties) {
/**
* Establishes a connection to the client and ensures, that the index is present. The index may be an alias
* or an index directly.
*
* @return Elasticsearch Client
*/
private
fun
connect
():
RestHighLevelClient
?
{
return
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment