Uses of Class
org.apache.solr.SolrTestCaseJ4.Doc
-
Packages that use SolrTestCaseJ4.Doc Package Description org.apache.solr Common base classes for implementing tests. -
-
Uses of SolrTestCaseJ4.Doc in org.apache.solr
Methods in org.apache.solr that return SolrTestCaseJ4.Doc Modifier and Type Method Description static SolrTestCaseJ4.Doc
SolrTestCaseJ4. createDoc(List<SolrTestCaseJ4.FldType> descriptor)
Methods in org.apache.solr that return types with arguments of type SolrTestCaseJ4.Doc Modifier and Type Method Description static Comparator<SolrTestCaseJ4.Doc>
SolrTestCaseJ4. createComparator(String field, boolean asc, boolean sortMissingLast, boolean sortMissingFirst, boolean sortMissingAsZero)
static Comparator<SolrTestCaseJ4.Doc>
SolrTestCaseJ4. createComparator(List<Comparator<SolrTestCaseJ4.Doc>> comparators)
static Comparator<SolrTestCaseJ4.Doc>
SolrTestCaseJ4. createSort(org.apache.solr.schema.IndexSchema schema, List<SolrTestCaseJ4.FldType> fieldTypes, String[] out)
Map<Comparable,SolrTestCaseJ4.Doc>
SolrTestCaseJ4. indexDocs(List<SolrTestCaseJ4.FldType> descriptor, Map<Comparable,SolrTestCaseJ4.Doc> model, int nDocs)
Methods in org.apache.solr with parameters of type SolrTestCaseJ4.Doc Modifier and Type Method Description static String
SolrTestCaseJ4. toJSON(SolrTestCaseJ4.Doc doc)
static Map<String,Object>
SolrTestCaseHS. toObject(SolrTestCaseJ4.Doc doc, org.apache.solr.schema.IndexSchema schema, Collection<String> fieldNames)
Method parameters in org.apache.solr with type arguments of type SolrTestCaseJ4.Doc Modifier and Type Method Description static void
SolrTestCaseHS. compare(org.apache.solr.request.SolrQueryRequest req, String path, Object model, Map<Comparable,SolrTestCaseJ4.Doc> fullModel)
static Comparator<SolrTestCaseJ4.Doc>
SolrTestCaseJ4. createComparator(List<Comparator<SolrTestCaseJ4.Doc>> comparators)
static Object
SolrTestCaseHS. createDocObjects(Map<Comparable,SolrTestCaseJ4.Doc> fullModel, Comparator sort, int rows, Collection<String> fieldNames)
Map<Comparable,SolrTestCaseJ4.Doc>
SolrTestCaseJ4. indexDocs(List<SolrTestCaseJ4.FldType> descriptor, Map<Comparable,SolrTestCaseJ4.Doc> model, int nDocs)
Map<Comparable,List<Comparable>>
SolrTestCaseJ4. invertField(Map<Comparable,SolrTestCaseJ4.Doc> model, String field)
Return a Map from field value to a list of document ids
-