first commit
This commit is contained in:
@@ -33,13 +33,13 @@ abstract class AbstractHierarchyProcessor
|
||||
{
|
||||
|
||||
/**
|
||||
* Builds a Solr hierarchy from an array of uids that make up a rootline.
|
||||
* Builds a Meilisearch hierarchy from an array of uids that make up a rootline.
|
||||
*
|
||||
* @param array $idRootline Array of Ids representing a rootline
|
||||
* @return array Solr hierarchy
|
||||
* @see http://wiki.apache.org/solr/HierarchicalFaceting
|
||||
* @return array Meilisearch hierarchy
|
||||
* @see http://wiki.apache.org/meilisearch/HierarchicalFaceting
|
||||
*/
|
||||
protected function buildSolrHierarchyFromIdRootline(array $idRootline)
|
||||
protected function buildMeilisearchHierarchyFromIdRootline(array $idRootline)
|
||||
{
|
||||
$hierarchy = [];
|
||||
|
||||
|
Reference in New Issue
Block a user