Interface FlexSearchQueryBuilderFactory
- All Known Implementing Classes:
DefaultFlexSearchQueryBuilderFactory
public interface FlexSearchQueryBuilderFactory
A factory for creating a
FlexibleSearchQueryBuilder-
Method Summary
Modifier and TypeMethodDescriptioncreateQueryBuilder(ItemSearchRequest searchRequest) Creates instance of the query builder and initializes it based on the specified search request values.
-
Method Details
-
createQueryBuilder
Creates instance of the query builder and initializes it based on the specified search request values.- Parameters:
searchRequest- an item search request to apply to the created builder conditions.- Returns:
- a new instance of the query builder
-