Interface SearchEngineClient.SearchCondition<B>

Type Parameters:
B - the type of request builder
Enclosing class:
SearchEngineClient

public static interface SearchEngineClient.SearchCondition<B>
Interface for defining search condition logic.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    build(B requestBuilder)
    Builds the search condition into the request builder.
  • Method Details

    • build

      boolean build(B requestBuilder)
      Builds the search condition into the request builder.
      Parameters:
      requestBuilder - the request builder to configure
      Returns:
      true if the condition was successfully built, false otherwise