public class FacetSearchParams extends Object
facet requests denotes the facets for which aggregated
should be done.
One can pass FacetIndexingParams in order to tell the search code how
to read the facets information. Note that you must use the same
FacetIndexingParams that were used for indexing.
| Modifier and Type | Field and Description |
|---|---|
List<FacetRequest> |
facetRequests |
FacetIndexingParams |
indexingParams |
| Constructor and Description |
|---|
FacetSearchParams(FacetIndexingParams indexingParams,
FacetRequest... facetRequests)
Initializes with the given
requests and
FacetIndexingParams. |
FacetSearchParams(FacetIndexingParams indexingParams,
List<FacetRequest> facetRequests)
Initializes with the given
requests and
FacetIndexingParams. |
FacetSearchParams(FacetRequest... facetRequests)
Initializes with the given
requests and default
FacetIndexingParams.DEFAULT. |
FacetSearchParams(List<FacetRequest> facetRequests)
Initializes with the given
requests and default
FacetIndexingParams.DEFAULT. |
public final FacetIndexingParams indexingParams
public final List<FacetRequest> facetRequests
public FacetSearchParams(FacetRequest... facetRequests)
requests and default
FacetIndexingParams.DEFAULT. If you used a different
FacetIndexingParams, you should use
FacetSearchParams(FacetIndexingParams, List).public FacetSearchParams(List<FacetRequest> facetRequests)
requests and default
FacetIndexingParams.DEFAULT. If you used a different
FacetIndexingParams, you should use
FacetSearchParams(FacetIndexingParams, List).public FacetSearchParams(FacetIndexingParams indexingParams, FacetRequest... facetRequests)
requests and
FacetIndexingParams.public FacetSearchParams(FacetIndexingParams indexingParams, List<FacetRequest> facetRequests)
requests and
FacetIndexingParams.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.