Interface SearchQueryKeywordsResolver

All Known Implementing Classes:
DefaultSearchQueryKeywordsResolver

public interface SearchQueryKeywordsResolver
Implementations of this interface should provide the set of keywords based on the user query.
  • Method Details

    • resolveKeywords

      List<Keyword> resolveKeywords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String userQuery)
      Method to resolve the keywords
      Parameters:
      facetSearchConfig - - the facet search configuration
      indexedType - - the indexed type
      userQuery - - the user query
      Returns:
      the resolved keywords