Uses of Class
org.apache.solr.update.SolrIndexConfig

Packages that use SolrIndexConfig
org.apache.solr.core   
org.apache.solr.update   
 

Uses of SolrIndexConfig in org.apache.solr.core
 

Fields in org.apache.solr.core declared as SolrIndexConfig
 SolrIndexConfig SolrConfig.defaultIndexConfig
           
 SolrIndexConfig SolrConfig.mainIndexConfig
           
 

Uses of SolrIndexConfig in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type SolrIndexConfig
static Directory SolrIndexWriter.getDirectory(String path, DirectoryFactory directoryFactory, SolrIndexConfig config)
           
static Directory SolrIndexWriter.getDirectory(String path, SolrIndexConfig config)
          Deprecated. use getDirectory(String path, DirectoryFactory directoryFactory, SolrIndexConfig config)
 

Constructors in org.apache.solr.update with parameters of type SolrIndexConfig
SolrIndexConfig(SolrConfig solrConfig, String prefix, SolrIndexConfig def)
           
SolrIndexWriter(String name, String path, boolean create, IndexSchema schema, SolrIndexConfig config)
          Deprecated.  
SolrIndexWriter(String name, String path, DirectoryFactory dirFactory, boolean create, IndexSchema schema, SolrIndexConfig config)
          Deprecated. 
SolrIndexWriter(String name, String path, DirectoryFactory dirFactory, boolean create, IndexSchema schema, SolrIndexConfig config, IndexDeletionPolicy delPolicy)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.