Interface MappedIndexManagerBuilder
-
public interface MappedIndexManagerBuilder
A builder forMappedIndexManager
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappedIndexManager
build()
IndexedEntityBindingContext
rootBindingContext()
-
-
-
Method Detail
-
rootBindingContext
IndexedEntityBindingContext rootBindingContext()
-
build
MappedIndexManager build()
-
-