Uses of Class
org.apache.solr.core.SolrConfig
-
Packages that use SolrConfig Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.servlet Servlet related classes for powering the Solr HTTP APIorg.apache.solr.servlet.cache Caching related classes used in the Solr HTTP APIorg.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.util.xslt XSLT related utilities (deprecated package, do not add new classes) -
-
Uses of SolrConfig in org.apache.solr.cloud
Methods in org.apache.solr.cloud with parameters of type SolrConfig Modifier and Type Method Description protected LongCloudConfigSetService. getCurrentSchemaModificationVersion(String configSet, SolrConfig solrConfig, String schemaFile) -
Uses of SolrConfig in org.apache.solr.core
Methods in org.apache.solr.core that return SolrConfig Modifier and Type Method Description protected SolrConfigConfigSetService. createSolrConfig(CoreDescriptor cd, SolrResourceLoader loader, boolean isTrusted)Create a SolrConfig object for a coreSolrConfigConfigSet. getSolrConfig()SolrConfigSolrCore. getSolrConfig()Gets the configuration object used by this core instance.static SolrConfigSolrConfig. readFromResourceLoader(SolrResourceLoader loader, String name, boolean isConfigsetTrusted, Properties substitutableProperties)Methods in org.apache.solr.core with parameters of type SolrConfig Modifier and Type Method Description protected IndexSchemaConfigSetService. createIndexSchema(CoreDescriptor cd, SolrConfig solrConfig)Create an IndexSchema object for a core.protected abstract LongConfigSetService. getCurrentSchemaModificationVersion(String configSet, SolrConfig solrConfig, String schemaFile)Returns a modification version for the schema file.protected LongConfigSetService.Standalone. getCurrentSchemaModificationVersion(String configSet, SolrConfig solrConfig, String schemaFileName)Constructors in org.apache.solr.core with parameters of type SolrConfig Constructor Description ConfigSet(String name, SolrConfig solrConfig, IndexSchema indexSchema, NamedList properties, boolean trusted) -
Uses of SolrConfig in org.apache.solr.schema
Methods in org.apache.solr.schema that return SolrConfig Modifier and Type Method Description SolrConfigManagedIndexSchemaFactory. getConfig()Methods in org.apache.solr.schema with parameters of type SolrConfig Modifier and Type Method Description static IndexSchemaIndexSchemaFactory. buildIndexSchema(String resourceName, SolrConfig config)Instantiates the configured schema factory, then calls create on it.IndexSchemaIndexSchemaFactory. create(String resourceName, SolrConfig config)Returns an index schema created from a local resource.ManagedIndexSchemaManagedIndexSchemaFactory. create(String resourceName, SolrConfig config)First, try to locate the managed schema file named in the managedSchemaResourceName param.static IndexSchemaFactoryIndexSchemaFactory. newIndexSchemaFactory(SolrConfig config)Instantiates us fromSolrConfig. -
Uses of SolrConfig in org.apache.solr.search
Methods in org.apache.solr.search with parameters of type SolrConfig Modifier and Type Method Description static CacheConfigCacheConfig. getConfig(SolrConfig solrConfig, String xpath)static CacheConfigCacheConfig. getConfig(SolrConfig solrConfig, String nodeName, Map<String,String> attrs, String xpath)static Map<String,CacheConfig>CacheConfig. getMultipleConfigs(SolrConfig solrConfig, String configPath)static voidSolrIndexSearcher. initRegenerators(SolrConfig solrConfig) -
Uses of SolrConfig in org.apache.solr.servlet
Fields in org.apache.solr.servlet declared as SolrConfig Modifier and Type Field Description protected SolrConfigHttpSolrCall. configConstructors in org.apache.solr.servlet with parameters of type SolrConfig Constructor Description SolrRequestParsers(SolrConfig globalConfig)Pass in an xml configuration. -
Uses of SolrConfig in org.apache.solr.servlet.cache
Methods in org.apache.solr.servlet.cache with parameters of type SolrConfig Modifier and Type Method Description static voidHttpCacheHeaderUtil. setCacheControlHeader(SolrConfig conf, javax.servlet.http.HttpServletResponse resp, Method method)Set the Cache-Control HTTP header (and Expires if needed) based on the SolrConfig. -
Uses of SolrConfig in org.apache.solr.update
Constructors in org.apache.solr.update with parameters of type SolrConfig Constructor Description SolrIndexConfig(SolrConfig solrConfig, String prefix, SolrIndexConfig def)Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml -
Uses of SolrConfig in org.apache.solr.util.xslt
Methods in org.apache.solr.util.xslt with parameters of type SolrConfig Modifier and Type Method Description TransformerTransformerProvider. getTransformer(SolrConfig solrConfig, String filename, int cacheLifetimeSeconds)Return a new Transformer, possibly created from our cached Templates object
-