You are here

function apachesolr_paragraphs_facetapi_facet_info in Apachesolr Paragraphs 7

Implements hook_facetapi_facet_info().

File

./apachesolr_paragraphs.module, line 10
Functionality for including paragraphs field contents in Apache Solr index.

Code

function apachesolr_paragraphs_facetapi_facet_info($searcher_info) {

  // Allow fields attached to any paragraph bundle to be used as facets.
  return apachesolr_entity_field_facets('paragraphs_item');
}