Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
-
-
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement PojoMassIndexingMappingContext Modifier and Type Class Description classHibernateOrmMapping -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingMappingContext -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeMappingContext -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of PojoMassIndexingMappingContext in org.hibernate.search.mapper.orm.session.impl Modifier and Type Interface Description interfaceHibernateOrmSearchSessionMappingContext -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement PojoMassIndexingMappingContext Modifier and Type Class Description classAbstractPojoMappingImplementor<M> -
Uses of PojoMassIndexingMappingContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingMappingContext Modifier and Type Method Description static List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup. disjoint(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts)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 PojoMassIndexingMappingContext Constructor Description PojoDefaultMassIndexer(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate)PojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, 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.spi Modifier and Type Interface Description interfacePojoScopeMappingContextMapping-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.spi Modifier and Type Interface Description interfacePojoSearchSessionMappingContextMapping-scoped information and operations for use in POJO search sessions.
-