Package | Description |
---|---|
org.apache.solr.client.solrj.response |
Modifier and Type | Field and Description |
---|---|
private FacetField |
FacetField.Count._ff |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FacetField> |
QueryResponse._facetDates |
private java.util.List<FacetField> |
QueryResponse._facetFields |
private java.util.List<FacetField> |
QueryResponse._limitingFacets |
Modifier and Type | Method and Description |
---|---|
FacetField |
QueryResponse.getFacetDate(java.lang.String name) |
FacetField |
FacetField.Count.getFacetField() |
FacetField |
QueryResponse.getFacetField(java.lang.String name)
get
|
FacetField |
FacetField.getLimitingFields(long max) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FacetField> |
QueryResponse.getFacetDates() |
java.util.List<FacetField> |
QueryResponse.getFacetFields()
See also:
QueryResponse.getLimitingFacets() |
java.util.List<FacetField> |
QueryResponse.getLimitingFacets() |
Constructor and Description |
---|
Count(FacetField ff,
java.lang.String n,
long c) |