Example usage for org.apache.solr.request SimpleFacets subclass-usage

List of usage examples for org.apache.solr.request SimpleFacets subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.request SimpleFacets subclass-usage.

Usage

From source file fi.nationallibrary.ndl.solr.request.RangeFieldFacets.java

/**
 * A class that generates simple Facet information for a request.
 *
 * More advanced facet implementations may compose or subclass this class 
 * to leverage any of it's functionality.
 */

From source file uk.co.flax.biosolr.HierarchicalFacets.java

/**
 * Facet generator to process and build one or more hierarchical facet
 * trees. This deals with the parameter processing and retrieving the
 * base facet values, before handing over to {@link FacetTreeGenerator}
 * instances to actually build the facet tree.
 *