Package org.apache.lucene.sandbox.facet.utils


package org.apache.lucene.sandbox.facet.utils
Sandbox faceting: utility classes to make it easier to use the new API for standard use cases.

Create a FacetBuilder for each facet request you have, use FacetOrchestrator or DrillSidewaysFacetOrchestrator to complete facet requests for a query, and call FacetBuilder.getResult() to get final results.

Which FacetBuilder to use?

There is no implementation for your use case?

See SandboxFacetsExample for examples.

WARNING: This API is experimental and might change in incompatible ways in the next release.