Elasticsearch Joined
This state manager (com.rierino.state.manager.elastic.ElasticJoinedStateManager) is similar to ElasticStateManager, but can join multiple aggregates into a single index for efficient search.
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
-
as
Name of the attribute to which aggregates should be mapped on the index
product_variants
base
master
Whether this state is allowed to remove the complete document when deleted
true
false
Last updated