Interface EnhancementsIndexingParams

    • Method Detail

      • addCategoryEnhancements

        void addCategoryEnhancements​(CategoryEnhancement... enhancements)
        Add CategoryEnhancements to the indexing parameters
        Parameters:
        enhancements - enhancements to add
      • getCategoryEnhancements

        List<CategoryEnhancement> getCategoryEnhancements()
        Get a list of the active category enhancements. If no enhancements exist return null. The order of enhancements in the returned list dictates the order in which the enhancements data appear in the category tokens payload.
        Returns:
        A list of the active category enhancements, or null if there are no enhancements.