File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/Component/Result/Facet Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the solarium library will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.0.0]
8+ ### Added
9+ - Component\Result\Facet\Bucket::getFacetSet()
10+
11+
712## [ 5.0.0-rc.1]
813### Added
914- Spellcheck\Suggestion::getOriginalTerm()
Original file line number Diff line number Diff line change @@ -79,6 +79,16 @@ public function getFacets(): array
7979 return $ this ->facetSet ->getFacets ();
8080 }
8181
82+ /**
83+ * Get nested facet set.
84+ *
85+ * @return FacetSet
86+ */
87+ public function getFacetSet (): FacetSet
88+ {
89+ return $ this ->facetSet ;
90+ }
91+
8292 /**
8393 * IteratorAggregate implementation.
8494 *
You can’t perform that action at this time.
0 commit comments