@NonNullApi
Package com.broadleafcommerce.search.provider.solr.response
-
Interface Summary Interface Description SolrResponseDecorator Implementations of this interface will populate some extra information on theSearchResponse.SolrResponseDocumentDecorator Implementations of this interface will populate some extra information on objects mapped from Solr documents. -
Class Summary Class Description DefaultSolrResponseParser Default implementation of theResponseParserusing Solr'sQueryResponse.SolrResponseDebugDecorator Decorates theSearchResponsewith the raw query response for debugging.SolrResponseDocumentCatalogDecorator Populate the catalog ID on the result, if the document has one.SolrResponseDocumentIdDecorator Populate the context ID on the result.SolrResponseDocumentMoneyDecorator Component to convert decimal values toMonetaryAmountfor certain fields.SolrResponseFacetDecorator<F,V> Implementations of this abstract class will populate someFacetResponseinformation on theSearchResponse.SolrResponseRangedFacetDecorator Decorates theSearchResponsewithFacetResponses associated to ranged facetsSolrResponseSortDecorator Decorates theSearchResponsewithSortOptions associated to the current search.SolrResponseSpellCheckDecorator If spell check is enabled, this class handles parsing the spelling suggestions and adding them to the response.SolrResponseStandardFacetDecorator Decorates theSearchResponsewithFacetResponses associated to standard valued non-ranged facets