Interface FlexSearchQueryGenerator
- All Known Implementing Classes:
DefaultFlexSearchQueryGenerator
public interface FlexSearchQueryGenerator
Service to build flex search query based on an
ItemSearchRequest sent as a parameter-
Method Summary
Modifier and TypeMethodDescriptiongenerate(ItemSearchRequest searchRequest) Creates theFlexibleSearchQueryfrom the request sent as a parameter.
-
Method Details
-
generate
Creates theFlexibleSearchQueryfrom the request sent as a parameter.- Parameters:
searchRequest-ItemSearchRequestwith the information about the query parameters- Returns:
FlexibleSearchQuerywith the query containing all the parameters resolved to PK's if needed
-