For the complete documentation index, see llms.txt. This page is also available as Markdown.

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