org.qi4j.index.elasticsearch
Interface ElasticSearchIndexer

All Superinterfaces:
StateChangeListener
All Known Subinterfaces:
ESClusterIndexQueryService, ESFilesystemIndexQueryService, ESMemoryIndexQueryService

@Mixins(value=ElasticSearchIndexer.Mixin.class)
public interface ElasticSearchIndexer
extends StateChangeListener

Listen to Entity state changes and index them in ElasticSearch. QUID Use two indices, one for strict queries, one for full text and fuzzy search?


Nested Class Summary
static class ElasticSearchIndexer.Mixin
           
 
Method Summary
 
Methods inherited from interface org.qi4j.spi.entitystore.StateChangeListener
notifyChanges