Spring Data Solr

org.springframework.data.solr.core.query.result
Interface FacetEntry

All Superinterfaces:
CountEntry
All Known Subinterfaces:
FacetFieldEntry, FacetPivotFieldEntry, FacetQueryEntry
All Known Implementing Classes:
SimpleFacetFieldEntry, SimpleFacetPivotEntry, SimpleFacetQueryEntry

public interface FacetEntry
extends CountEntry

FacetEntry is returned as result of a FacetQuery holding the key (eg. fieldname, query,...), value and valueCount for the requested facet

Author:
Christoph Strobl

Method Summary
 Object getKey()
          The key of the facetEntry
 
Methods inherited from interface org.springframework.data.solr.core.query.result.CountEntry
getValue, getValueCount
 

Method Detail

getKey

Object getKey()
The key of the facetEntry

Returns:

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.