Uses of Class
org.apache.solr.util.SolrClientTestRule.NewCollectionBuilder
-
Packages that use SolrClientTestRule.NewCollectionBuilder Package Description org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of SolrClientTestRule.NewCollectionBuilder in org.apache.solr.util
Methods in org.apache.solr.util that return SolrClientTestRule.NewCollectionBuilder Modifier and Type Method Description SolrClientTestRule.NewCollectionBuilder
SolrClientTestRule. newCollection()
SolrClientTestRule.NewCollectionBuilder
SolrClientTestRule. newCollection(String name)
SolrClientTestRule.NewCollectionBuilder
SolrClientTestRule.NewCollectionBuilder. withConfigFile(String configFile)
SolrClientTestRule.NewCollectionBuilder
SolrClientTestRule.NewCollectionBuilder. withConfigSet(String configSet)
SolrClientTestRule.NewCollectionBuilder
SolrClientTestRule.NewCollectionBuilder. withSchemaFile(String schemaFile)
Methods in org.apache.solr.util with parameters of type SolrClientTestRule.NewCollectionBuilder Modifier and Type Method Description protected void
SolrClientTestRule. create(SolrClientTestRule.NewCollectionBuilder b)
-