Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
Packages that use PojoMassIndexingMappingContext
Package
Description
-
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement PojoMassIndexingMappingContext -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.massindexing.impl -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.scope.impl -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.session.impl -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement PojoMassIndexingMappingContext -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingMappingContextModifier and TypeMethodDescriptionstatic List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup.disjoint(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts, PojoMassLoadingContext loadingContext) Group indexed types by their closest common supertype, ensuring returned groups are disjoint (i.e.no two groups have any common indexed subtype among those provided) .Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingMappingContextModifierConstructorDescriptionPojoDefaultMassIndexer(PojoMassIndexingContext massIndexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate) PojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoMassIndexingContext massIndexingContext, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate, MassIndexingEnvironment environment, int typesToIndexInParallel, int documentBuilderThreads, Boolean mergeSegmentsOnFinish, boolean dropAndCreateSchemaOnStart, Boolean purgeAtStart, Boolean mergeSegmentsAfterPurge) -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.scope.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO scopes. -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.session.spi
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.session.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO search sessions. -
Uses of PojoMassIndexingMappingContext in org.infinispan.search.mapper.mapping.impl
Classes in org.infinispan.search.mapper.mapping.impl that implement PojoMassIndexingMappingContext -
Uses of PojoMassIndexingMappingContext in org.infinispan.search.mapper.session.impl
Subinterfaces of PojoMassIndexingMappingContext in org.infinispan.search.mapper.session.impl