Uses of Interface
org.hibernate.search.engine.DocumentBuilder

Packages that use DocumentBuilder
org.hibernate.search.engine   
 

Uses of DocumentBuilder in org.hibernate.search.engine
 

Classes in org.hibernate.search.engine that implement DocumentBuilder
 class DocumentBuilderContainedEntity<T>
          Set up and provide a manager for classes which are indexed via @IndexedEmbedded, but themselves do not contain the @Indexed annotation.
 class DocumentBuilderIndexedEntity<T>
          Set up and provide a manager for classes which are directly annotated with @Indexed.