application-es.yml
Configuration file containing Elasticsearch connection parameters used by the INDEX, SEARCH, CONTROLLER and TEXTEXTRACTOR services.
Characteristics
Profile Name | application-es.yml |
---|---|
Referenced by Services | index,search,controller,textextractor |
Storage Location | Git root directory |
Parameters
Parameter | Description | Read by Service | Default Value | |
---|---|---|---|---|
index | Section of configuration parameters for the Elasticsearch index to be used by yuuvis® Momentum. | |||
indexname | Name of the Elasticsearch index. If no index with the specified name is available, a new index is created. | INDEX, SEARCH | putitinthere | |
languages | Read only during the creation of a new Elasticsearch index: Languages to be configured in the Elasticsearch analyzer configuration specified via ISO codes. >> Elasticsearch in yuuvis® Momentum | INDEX | 'de;en' |
The values for the parameters can be modified as described here.
>> Configuring Services using Profiles.