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>fieldsComparableidintorder 
- 
Constructor Summary
Constructors Constructor Description Doc() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object o)booleanequals(Object o)ComparablegetFirstValue(String field)List<Comparable>getValues(String field)inthashCode()Map<String,Object>toObject(org.apache.solr.schema.IndexSchema schema)StringtoString() 
 - 
 
- 
- 
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:
 compareToin interfaceComparable
 
- 
getValues
public List<Comparable> getValues(String field)
 
- 
getFirstValue
public Comparable getFirstValue(String field)
 
 - 
 
 -