Interface MappedIndexManagerBuilder
-
public interface MappedIndexManagerBuilderA builder forMappedIndexManagerinstances, 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 MappedIndexManagerbuild()StringindexName()IndexedEntityBindingContextrootBindingContext()
-
-
-
Method Detail
-
indexName
String indexName()
-
rootBindingContext
IndexedEntityBindingContext rootBindingContext()
-
build
MappedIndexManager build()
-
-