public interface ElasticSearchConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
clusterName()
Cluster name.
|
org.qi4j.api.property.Property<String> |
index()
Index name.
|
org.qi4j.api.property.Property<Boolean> |
indexNonAggregatedAssociations()
Set to true to index non aggregated associations as if they were aggregated.
|
@Optional org.qi4j.api.property.Property<String> clusterName()
@Optional org.qi4j.api.property.Property<String> index()
@UseDefaults org.qi4j.api.property.Property<Boolean> indexNonAggregatedAssociations()