Package | Description |
---|---|
org.hibernate.search.engine.spi | |
org.hibernate.search.event.impl |
Modifier and Type | Class and Description |
---|---|
class |
DocumentBuilderContainedEntity
Set up and provide a manager for classes which are indexed via
@IndexedEmbedded , but themselves do not
contain the @Indexed annotation. |
class |
DocumentBuilderIndexedEntity
Set up and provide a manager for classes which are directly annotated with
@Indexed . |
Modifier and Type | Method and Description |
---|---|
protected AbstractDocumentBuilder |
FullTextIndexEventListener.getDocumentBuilder(Object instance)
It is not suggested to extend FullTextIndexEventListener, but when needed to implement special
use cases implementors might need this method.
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved