Interface MappedIndexManagerBuilder
public interface MappedIndexManagerBuilder
A builder for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching.
Exposes in particular the binding context,
allowing the mapper to declare index fields that will be bound to entity properties.
-
Method Summary
-
Method Details
-
rootBindingContext
IndexedEntityBindingContext rootBindingContext() -
build
MappedIndexManager build()
-