Elasticsearch Index

This state manager (com.rierino.state.manager.elastic.ElasticStateManager) uses Elasticsearch as an aggregate store, which is typically used as the search engine.

Manager Parameters

Parameter
Definition
Example
Default

system

Name of the ES system with configuration details (url, pathPrefix, username, password, token, key, secret)

{url:"http://localhost:9200"}

master.elasticsearch.*

index

Name of the index to use for storing aggregates

product_search

-

Last updated