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 Type
    Method
    Description
    generate(ItemSearchRequest searchRequest)
    Creates the FlexibleSearchQuery from the request sent as a parameter.
  • Method Details

    • 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