public static class SolrTestCaseJ4.Doc extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
List<SolrTestCaseJ4.Fld> |
fields |
Comparable |
id |
int |
order |
Constructor and Description |
---|
Doc() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
Comparable |
getFirstValue(String field) |
List<Comparable> |
getValues(String field) |
int |
hashCode() |
Map<String,Object> |
toObject(org.apache.solr.schema.IndexSchema schema) |
String |
toString() |
public Comparable id
public List<SolrTestCaseJ4.Fld> fields
public int order
public int compareTo(Object o)
compareTo
in interface Comparable
public List<Comparable> getValues(String field)
public Comparable getFirstValue(String field)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.