Skip to content

Commit

Permalink
Merge branch 'master' into json_facets
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed May 7, 2018
2 parents 3c12e36 + e9844b8 commit 9b3c06a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/QueryType/Select/Result/Result.php
Expand Up @@ -279,18 +279,6 @@ public function getFacetSet()
return $this->getComponent(ComponentAwareQueryInterface::COMPONENT_FACETSET);
}

/**
* Get jsonfacetset component result.
*
* This is a convenience method that maps presets to getComponent
*
* @return FacetSetResult|null
*/
public function getJsonFacetSet()
{
return $this->getComponent(ComponentAwareQueryInterface::COMPONENT_JSONFACETSET);
}

/**
* Get spellcheck component result.
*
Expand Down

0 comments on commit 9b3c06a

Please sign in to comment.