Interface PojoMassIndexingContext
-
public interface PojoMassIndexingContextContextual information about a mass indexing proccess.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> PojoMassIndexingLoadingStrategy<? super T,?>loadingStrategy(PojoRawTypeIdentifier<T> expectedType)
-
-
-
Method Detail
-
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.
-
-