public interface MappedIndexManagerBuilder<D extends DocumentElement>
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.
| Modifier and Type | Method and Description |
|---|---|
MappedIndexManager<D> |
build() |
String |
getIndexName() |
IndexedEntityBindingContext |
getRootBindingContext() |
String getIndexName()
IndexedEntityBindingContext getRootBindingContext()
MappedIndexManager<D> build()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.