org.springframework.data.solr.core.query.result
Class SimpleFacetQueryEntry
java.lang.Object
org.springframework.data.solr.core.query.result.ValueCountEntry
org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
- All Implemented Interfaces:
- CountEntry, FacetEntry, FacetQueryEntry
public class SimpleFacetQueryEntry
- extends ValueCountEntry
- implements FacetQueryEntry
Trivial implementation of FacetQueryEntry
- Author:
- Christoph Strobl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFacetQueryEntry
public SimpleFacetQueryEntry(String value,
long count)
getKey
public String getKey()
- Description copied from interface:
FacetEntry
- The key of the facetEntry
- Specified by:
getKey in interface FacetEntry- Specified by:
getKey in interface FacetQueryEntry
- Returns:
getQuery
public FilterQuery getQuery()
- Description copied from interface:
FacetQueryEntry
- get the associated Query
- Specified by:
getQuery in interface FacetQueryEntry
- Returns:
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.