Class PojoDocumentContributor<E>
java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.PojoDocumentContributor<E>
- Type Parameters:
E- The entity type mapped to the index.
- All Implemented Interfaces:
DocumentContributor
-
Constructor Summary
ConstructorsConstructorDescriptionPojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier) -
Method Summary
-
Constructor Details
-
PojoDocumentContributor
public PojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier)
-
-
Method Details
-
contribute
- Specified by:
contributein interfaceDocumentContributor
-