Interface SearchStrategy

All Known Implementing Classes:
ScrollSearchStrategy, SearchExecutionStrategy, SearchStrategySelector, StandardSearchStrategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SearchStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    executeSearch(SearchParameters searchParameters, org.opensearch.client.opensearch._types.query_dsl.Query queryWithPermissions)