public interface IntermediateFacetResult
FacetResult
of faceted search.
This is an empty interface on purpose.
It allows FacetResultsHandler
to return intermediate result objects
that only it knows how to interpret, and so the handler has maximal freedom
in defining what an intermediate result is, depending on its specific logic.
Modifier and Type | Method and Description |
---|---|
FacetRequest |
getFacetRequest()
Facet request for which this temporary result was created.
|
FacetRequest getFacetRequest()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.