Search: SearchTermAssociation Noun

The SearchTermAssociation noun defines types related to a search term association. Search term associations suggest additional, different, or replacement products in search results. They can also link search terms to a selected landing page in the store. The three types of search term associations are: synonym, replacement and landing page. The service data object (SDO) is com.ibm.commerce.search.facade.datatypes.SearchTermAssociationType.

BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
ProcessSearchTermAssociation Create /SearchTermAssociation[i] Create a search term association of type Synonym, AlsoSearchFor, SearchForInstead and LandingPageURL. Request
Response

SearchFacadeClient.processSearchTermAssociation(ProcessSearchTermAssociationType)
Delete /SearchTermAssociation[i] Delete a search term association. Request
Response

SearchFacadeClient.processSearchTermAssociation(ProcessSearchTermAssociationType)
ChangeSearchTermAssociation Update /SearchTermAssociation[i] Update the search terms or associated terms of a search term association. Request
Response

SearchFacadeClient.changeSearchTermAssociation(ChangeSearchTermAssociationType)
GetSearchTermAssociation IBM_Admin_Summary /SearchTermAssociation[(AssociationType=)] Get the search term associations corresponding to the specified association types, for the current store path and data languages. Request
Response

SearchFacadeClient.getSearchTermAssociation(GetType)
IBM_Admin_Summary /SearchTermAssociation[AssociationType= and (SearchTerms=)] Get the search term associations of the specified association type that have the specified search term, for the current store path and data languages. Request
Response

SearchFacadeClient.getSearchTermAssociation(GetType)
IBM_Admin_Summary /SearchTermAssociation Get the search term associations that need to be published to the search engine, for the current store's master catalog. Request
Response

SearchFacadeClient.getSearchTermAssociation(GetType)

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Admin_Summary
  • /SearchTermAssociation/UniqueID
  • /SearchTermAssociation/SearchTerms
  • /SearchTermAssociation/AssociationType
  • /SearchTermAssociation/AssociatedTerms
  • /SearchTermAssociation/StoreIdentifier
  • /SearchTermAssociation/LanguageIdentifier

XSD files