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, 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)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.