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 Detail

      • generate

        FlexibleSearchQuery generate​(ItemSearchRequest searchRequest)
        Creates the FlexibleSearchQuery from the request sent as a parameter.
        Parameters:
        searchRequest - ItemSearchRequest with the information about the query parameters
        Returns:
        FlexibleSearchQuery with the query containing all the parameters resolved to PK's if needed