Spring Data Solr

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

All Superinterfaces:
CountEntry, FacetEntry
All Known Subinterfaces:
FacetPivotFieldEntry
All Known Implementing Classes:
SimpleFacetFieldEntry, SimpleFacetPivotEntry

public interface FacetFieldEntry
extends FacetEntry

Entry for facet on field

Author:
Christoph Strobl

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

Method Detail

getKey

Field getKey()
Description copied from interface: FacetEntry
The key of the facetEntry

Specified by:
getKey in interface FacetEntry
Returns:

getField

Field getField()
get the associated Field

Returns:

Spring Data Solr

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