org.apache.solr.client.solrj.response
Class PivotField
java.lang.Object
org.apache.solr.client.solrj.response.PivotField
- All Implemented Interfaces:
- Serializable
public class PivotField
- extends Object
- implements Serializable
- See Also:
- Serialized Form
PivotField
public PivotField(String f,
Object v,
int count,
List<PivotField> pivot)
getField
public String getField()
getValue
public Object getValue()
getCount
public int getCount()
getPivot
public List<PivotField> getPivot()
toString
public String toString()
- Overrides:
toString
in class Object
write
public void write(PrintStream out,
int indent)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.