Uses of Class
org.apache.solr.SolrTestCaseJ4.Doc
Packages that use SolrTestCaseJ4.Doc
-
Uses of SolrTestCaseJ4.Doc in org.apache.solr
Methods in org.apache.solr that return SolrTestCaseJ4.DocModifier and TypeMethodDescriptionstatic SolrTestCaseJ4.DocSolrTestCaseJ4.createDoc(List<SolrTestCaseJ4.FldType> descriptor) Methods in org.apache.solr that return types with arguments of type SolrTestCaseJ4.DocModifier and TypeMethodDescriptionstatic 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) SolrTestCaseJ4.indexDocs(List<SolrTestCaseJ4.FldType> descriptor, Map<Comparable, SolrTestCaseJ4.Doc> model, int nDocs) Methods in org.apache.solr with parameters of type SolrTestCaseJ4.DocModifier and TypeMethodDescriptionstatic StringSolrTestCaseJ4.toJSON(SolrTestCaseJ4.Doc doc) 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.DocModifier and TypeMethodDescriptionstatic Comparator<SolrTestCaseJ4.Doc> SolrTestCaseJ4.createComparator(List<Comparator<SolrTestCaseJ4.Doc>> comparators) SolrTestCaseJ4.indexDocs(List<SolrTestCaseJ4.FldType> descriptor, Map<Comparable, SolrTestCaseJ4.Doc> model, int nDocs) SolrTestCaseJ4.invertField(Map<Comparable, SolrTestCaseJ4.Doc> model, String field) Return a Map from field value to a list of document ids