Spring Data Solr

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

All Known Subinterfaces:
FacetEntry, FacetFieldEntry, FacetPivotFieldEntry, FacetQueryEntry, TermsEntry, TermsFieldEntry
All Known Implementing Classes:
FieldValueCountEntry, SimpleFacetFieldEntry, SimpleFacetPivotEntry, SimpleFacetQueryEntry, SimpleTermsFieldEntry, ValueCountEntry

public interface CountEntry

Author:
Christoph Strobl

Method Summary
 String getValue()
          The value within the field
 long getValueCount()
          The nr of hits for the value
 

Method Detail

getValueCount

long getValueCount()
The nr of hits for the value

Returns:

getValue

String getValue()
The value within the field

Returns:

Spring Data Solr

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