Package org.apache.solr
Class SolrTestCaseJ4.Doc
- java.lang.Object
-
- org.apache.solr.SolrTestCaseJ4.Doc
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- SolrTestCaseJ4
public static class SolrTestCaseJ4.Doc extends Object implements Comparable
-
-
Field Summary
Fields Modifier and Type Field Description List<SolrTestCaseJ4.Fld>
fields
Comparable
id
int
order
-
Constructor Summary
Constructors Constructor Description Doc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
id
public Comparable id
-
fields
public List<SolrTestCaseJ4.Fld> fields
-
order
public int order
-
-
Method Detail
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
getValues
public List<Comparable> getValues(String field)
-
getFirstValue
public Comparable getFirstValue(String field)
-
-