Interface PojoMassIndexingContext
public interface PojoMassIndexingContext
Contextual information about a mass indexing proccess.
-
Method Summary
Modifier and TypeMethodDescription<T> PojoMassIndexingLoadingStrategy<? super T,
?> loadingStrategy
(PojoRawTypeIdentifier<T> expectedType)
-
Method Details
-
loadingStrategy
<T> PojoMassIndexingLoadingStrategy<? super T,?> loadingStrategy(PojoRawTypeIdentifier<T> expectedType) - Type Parameters:
T
- The exposed type of indexed entities.- Parameters:
expectedType
- The expected types of indexed objects.- Returns:
- A loading strategy.
-