com.ibm.commerce.catalog.facade.server.services.search.suggestion.solr

Class WebContentNavigationSuggestion

  • All Implemented Interfaces:
    NavigationSuggestion


    public class WebContentNavigationSuggestion
    extends AbstractNavigationSuggestion
    implements NavigationSuggestion

    This class implements the NavigationSuggestion interface to provide navigation suggestions for 'Articles' of the web content entries from the unstructured content search index.

    Below is an XML snippet of the information the web service will return for this handler. The information returned is:

    • SuggestionView -> Identifier:

      This is the identifier for this suggestion. It will return 'Articles'. This is helpful for the store developer in that they can look for this identifier and perform formatting in the storefront.

    • SuggestionView -> Label:

      This is a language sensitive display name for this suggestion. It will return 'Articles' for english etc.

    • SuggestionView -> Entry -> Name:

      This is a display name for this suggestion entry for web content. It will return a possible value for web content name. (ie. title of the web page)

    • SuggestionView -> Entry -> Value:

      This is the value for the URL information of the suggestion entry.

    
       <_cat:CatalogNavigationView>
         <_cat:BreadCrumbTrailView/>
        <_wcf:UserData/>
    	  <_cat:SuggestionView>
           <_cat:Identifier>Articles</_cat:Identifier>
           <_cat:Label>Articles</_cat:Label>
            <_cat:Entry>
              <_cat:Name>User Manual for KICOF-01</_cat:Name>
              <_cat:Value>MadisonsFEP/images/attachments/en_US/KICOF-01_usermanual.pdf</_cat:Value>
            </_cat:Entry>
            <_cat:Entry>
              <_cat:Name>Warranty for FULE-02</_cat:Name>
              <_cat:Value>MadisonsFEP/images/attachments/en_US/FULE-02_warranty.pdf</_cat:Value>
            </_cat:Entry>
          </_cat:SuggestionView>
      </_cat:CatalogNavigationView>
     
    See Also:
    NavigationSuggestion, AbstractNavigationSuggestion, SearchNavigationSuggestionsResultFilter
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.