Interface FlexSearchQueryGenerator
-
- All Known Implementing Classes:
DefaultFlexSearchQueryGenerator
public interface FlexSearchQueryGeneratorService to build flex search query based on anItemSearchRequestsent as a parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlexibleSearchQuerygenerate(ItemSearchRequest searchRequest)Creates theFlexibleSearchQueryfrom the request sent as a parameter.
-
-
-
Method Detail
-
generate
FlexibleSearchQuery generate(ItemSearchRequest searchRequest)
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
-
-