Spring Data Solr

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

All Superinterfaces:
CountEntry, TermsEntry
All Known Implementing Classes:
SimpleTermsFieldEntry

public interface TermsFieldEntry
extends TermsEntry

Author:
Christoph Strobl

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

Method Detail

getKey

Field getKey()
Specified by:
getKey in interface TermsEntry
Returns:

getField

Field getField()
get the associated Field

Returns:

Spring Data Solr

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