|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Deprecated. |
SolrIndexConfig |
SolrConfig.indexConfig
|
SolrIndexConfig |
SolrConfig.mainIndexConfig
Deprecated. |
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)
|
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 |
|
SolrIndexWriter(String name,
String path,
DirectoryFactory dirFactory,
boolean create,
IndexSchema schema,
SolrIndexConfig config,
IndexDeletionPolicy delPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |