Package io.jmix.search
Class SearchProperties.Server
java.lang.Object
io.jmix.search.SearchProperties.Server
- Enclosing class:
- SearchProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected final RefreshPolicy
RefreshPolicy policy that should be used with bulk requests to search platform: FALSE (default), TRUE, WAIT_FORprotected final String
Login for basic authentication.protected final String
Password for basic authentication.protected final SearchProperties.SSL
protected final String
URL. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected RefreshPolicy
resolveRefreshPolicy
(String propertyValue)
-
Field Details
-
url
URL. -
login
Login for basic authentication. -
password
Password for basic authentication. -
ssl
-
bulkRequestRefreshPolicy
RefreshPolicy policy that should be used with bulk requests to search platform: FALSE (default), TRUE, WAIT_FOR
-
-
Constructor Details
-
Server
public Server(@DefaultValue("localhost:9200") String url, String login, String password, @DefaultValue SearchProperties.SSL ssl, @DefaultValue("FALSE") String bulkRequestRefreshPolicy)
-
-
Method Details
-
resolveRefreshPolicy
-