Interface PojoMassIndexingContext


public interface PojoMassIndexingContext
Contextual information about a mass indexing proccess.
  • 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.