org.hibernate.search.engine.impl
public interface MutableEntityIndexBinding<T> extends EntityIndexBinding
| Modifier and Type | Method and Description |
|---|---|
void |
setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
Allows to set the document builder for this
EntityIndexBinding. |
getDocumentBuilder, getEntityIndexingInterceptor, getIdFieldCacheCollectionFactory, getIndexManagers, getSelectionStrategy, getShardIdentifierProvider, getSimilarity, postInitializevoid setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
EntityIndexBinding.documentBuilder - the new document builder instanceCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved