Spring Data Solr

org.springframework.data.solr.core.query.result
Class FieldValueCountEntry

java.lang.Object
  extended by org.springframework.data.solr.core.query.result.ValueCountEntry
      extended by org.springframework.data.solr.core.query.result.FieldValueCountEntry
All Implemented Interfaces:
CountEntry
Direct Known Subclasses:
SimpleFacetFieldEntry, SimpleFacetPivotEntry, SimpleTermsFieldEntry

public class FieldValueCountEntry
extends ValueCountEntry

Author:
Christoph Strobl

Constructor Summary
FieldValueCountEntry(String value, long valueCount)
           
 
Method Summary
 Field getField()
           
 Field getKey()
           
 void setField(Field field)
           
 void setField(String fieldname)
           
 
Methods inherited from class org.springframework.data.solr.core.query.result.ValueCountEntry
getValue, getValueCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldValueCountEntry

public FieldValueCountEntry(String value,
                            long valueCount)
Method Detail

getKey

public Field getKey()

getField

public Field getField()

setField

public final void setField(Field field)

setField

public final void setField(String fieldname)

Spring Data Solr

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