org.qi4j.index.elasticsearch
Interface ElasticSearchSupport

All Superinterfaces:
ServiceActivation
All Known Subinterfaces:
ESClusterIndexQueryService, ESFilesystemIndexQueryService, ESMemoryIndexQueryService
All Known Implementing Classes:
AbstractElasticSearchSupport, ESClusterSupport, ESFilesystemSupport, ESMemorySupport

public interface ElasticSearchSupport
extends ServiceActivation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.service.ServiceActivation
ServiceActivation.ServiceActivator
 
Method Summary
 org.elasticsearch.client.Client client()
           
 java.lang.String entitiesType()
           
 java.lang.String index()
           
 boolean indexNonAggregatedAssociations()
           
 
Methods inherited from interface org.qi4j.api.service.ServiceActivation
activateService, passivateService
 

Method Detail

client

org.elasticsearch.client.Client client()

index

java.lang.String index()

entitiesType

java.lang.String entitiesType()

indexNonAggregatedAssociations

boolean indexNonAggregatedAssociations()