Mapping between HCL Commerce Search result filters and search postprocessors
A description of the mapping between search result filters that are used by the
related search CatalogNavigationView
BOD services and the corresponding search
postprocessors that are used by the search REST services from the search
server.
Note: The search server does not support result filters, as they operate on BOD
objects. The search server uses postprocessors, which operate on native
Java List
Objects
.BOD-based search result filter | REST-based search postprocessor |
---|---|
SearchCatalogEntryMerchandisingAssocResultFilter | SearchCatalogEntryViewMerchandisingAssocQueryPostprocessor |
SearchCatalogEntryViewAttachmentsResultFilter | SearchCatalogEntryViewAttachmentsQueryPostprocessor |
SearchCatalogEntryViewAttributesAllowedValueResultFilter | SearchCatalogEntryViewAttributesQueryPostprocessor |
SearchCatalogEntryViewAttributesResultFilter | SearchCatalogEntryViewAttributesQueryPostprocessor |
SearchCatalogEntryViewDescriptionResultFilter | SearchCatalogEntryViewDescriptionQueryPostprocessor |
SearchCatalogEntryViewPackageBundleResultFilter | SearchCatalogEntryViewComponentsQueryPostprocessor |
SearchCatalogEntryViewPriceResultFilter | SearchCatalogEntryViewPriceQueryPostprocessor |
SearchCatalogEntryViewSingleSKUResultFilter | The logic that is deprecated by indexing the childCatentry_id field |
SearchCatalogEntryViewSKUResultFilter | SearchCatalogEntryViewSKUQueryPostprocessor |
SearchCatalogEntryViewStoreDisplayAttributesResultFilter | SearchCatalogEntryViewAttributesQueryPostprocessor |
SearchCatalogGroupEntitlementResultFilter | SearchCategoryEntitlementQueryPostprocessor, SearchChildCategoryEntitlementQueryPostprocessor |
SearchCatalogNavigationViewDynamicKitResultFilter | SearchCatalogEntryViewDynamicKitQueryPostprocessor |
SearchCatalogNavigationViewPreviewResultFilter | SolrRESTSearchPreviewQueryPostprocessor |
SearchCatalogNavigationViewSEOTitleMetaDataFilter | The Search Server does not return SEO metadata. Metadata is returned from the HCL Commerce server. |
SearchNavigationSuggestionsResultFilter | SearchCategorySuggestionQueryPostprocessor, SearchBrandSuggestionQueryPostprocessor |