Spring Data Solr

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

java.lang.Object
  extended by org.springframework.data.solr.core.query.result.ValueCountEntry
      extended by org.springframework.data.solr.core.query.result.FieldValueCountEntry
          extended by org.springframework.data.solr.core.query.result.SimpleFacetFieldEntry
All Implemented Interfaces:
CountEntry, FacetEntry, FacetFieldEntry

public class SimpleFacetFieldEntry
extends FieldValueCountEntry
implements FacetFieldEntry

The most trivial implementation of FacetFieldEntry

Author:
Christoph Strobl

Constructor Summary
SimpleFacetFieldEntry(Field field, String value, long count)
           
 
Method Summary
 
Methods inherited from class org.springframework.data.solr.core.query.result.FieldValueCountEntry
getField, getKey, setField, setField
 
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
 
Methods inherited from interface org.springframework.data.solr.core.query.result.FacetFieldEntry
getField, getKey
 
Methods inherited from interface org.springframework.data.solr.core.query.result.CountEntry
getValue, getValueCount
 

Constructor Detail

SimpleFacetFieldEntry

public SimpleFacetFieldEntry(Field field,
                             String value,
                             long count)

Spring Data Solr

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