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

Packages that use SolrIndexConfig
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.update APIs and classes for managing index updates 
 

Uses of SolrIndexConfig in org.apache.solr.core
 

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

Uses of SolrIndexConfig in org.apache.solr.search
 

Constructors in org.apache.solr.search with parameters of type SolrIndexConfig
SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, SolrIndexConfig config, String name, boolean enableCache, DirectoryFactory directoryFactory)
           
SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, SolrIndexConfig config, String name, DirectoryReader r, boolean closeReader, boolean enableCache, boolean reserveDirectory, DirectoryFactory directoryFactory)
           
 

Uses of SolrIndexConfig in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type SolrIndexConfig
static SolrIndexWriter SolrIndexWriter.create(String name, String path, DirectoryFactory directoryFactory, boolean create, IndexSchema schema, SolrIndexConfig config, IndexDeletionPolicy delPolicy, Codec codec)
           
 

Constructors in org.apache.solr.update with parameters of type SolrIndexConfig
SolrIndexConfig(SolrConfig solrConfig, String prefix, SolrIndexConfig def)
          Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
 



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