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
-
Method Details
-
build
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
-