public class FacetWrangler extends Object
| Constructor and Description |
|---|
FacetWrangler() |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
consolidateFacetList(List<org.apache.solr.client.solrj.response.FacetField> facetFields,
List<String> requestedTechnicalFacets,
boolean defaultFacetsRequested,
Map<String,Integer> technicalFacetLimits,
Map<String,Integer> technicalFacetOffsets)
Consolidates the regular and technical metadata facets.
|
public List<Facet> consolidateFacetList(List<org.apache.solr.client.solrj.response.FacetField> facetFields, List<String> requestedTechnicalFacets, boolean defaultFacetsRequested, Map<String,Integer> technicalFacetLimits, Map<String,Integer> technicalFacetOffsets)
facetFields - the List of facetfields as returned by SolrCopyright © 2017. All rights reserved.