org.apache.solr
Class SolrTestCaseJ4.CoreDescriptorBuilder

java.lang.Object
  extended by org.apache.solr.SolrTestCaseJ4.CoreDescriptorBuilder
Enclosing class:
SolrTestCaseJ4

public static class SolrTestCaseJ4.CoreDescriptorBuilder
extends Object


Constructor Summary
SolrTestCaseJ4.CoreDescriptorBuilder(org.apache.solr.core.CoreContainer container, String name, String instancedir)
           
 
Method Summary
 org.apache.solr.core.CoreDescriptor build()
           
 SolrTestCaseJ4.CoreDescriptorBuilder isTransient(boolean isTransient)
           
 SolrTestCaseJ4.CoreDescriptorBuilder loadOnStartup(boolean loadOnStartup)
           
 SolrTestCaseJ4.CoreDescriptorBuilder withConfig(String config)
           
 SolrTestCaseJ4.CoreDescriptorBuilder withDataDir(String datadir)
           
 SolrTestCaseJ4.CoreDescriptorBuilder withSchema(String schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrTestCaseJ4.CoreDescriptorBuilder

public SolrTestCaseJ4.CoreDescriptorBuilder(org.apache.solr.core.CoreContainer container,
                                            String name,
                                            String instancedir)
Method Detail

withSchema

public SolrTestCaseJ4.CoreDescriptorBuilder withSchema(String schema)

withConfig

public SolrTestCaseJ4.CoreDescriptorBuilder withConfig(String config)

withDataDir

public SolrTestCaseJ4.CoreDescriptorBuilder withDataDir(String datadir)

build

public org.apache.solr.core.CoreDescriptor build()

isTransient

public SolrTestCaseJ4.CoreDescriptorBuilder isTransient(boolean isTransient)

loadOnStartup

public SolrTestCaseJ4.CoreDescriptorBuilder loadOnStartup(boolean loadOnStartup)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.