close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

Removal: Deprecated methods from Blueprint module search-api

Some deprecated methods have been removed from package com.coremedia.blueprint.cae.search of Blueprint module search-api .

  • SearchResultBean#getFacets (use getFacetResult().getFacets() instead)

  • SearchResultBean#setFacets (construct a FacetResult and set it with #setFacetResult instead)

  • ValueAndCount#getName (use #getValue instead)

  • ValueAndCount#setName (create new instances instead)

  • ValueAndCount#setCount (create new instances instead)

(CMS-15426)

Search Results

Table Of Contents