Uses of Interface
org.apache.solr.core.ConfigSetService.ConfigResource
-
Packages that use ConfigSetService.ConfigResource Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of ConfigSetService.ConfigResource in org.apache.solr.schema
Methods in org.apache.solr.schema that return ConfigSetService.ConfigResource Modifier and Type Method Description static ConfigSetService.ConfigResourceIndexSchemaFactory. getConfigResource(ConfigSetService configSetService, InputStream schemaInputStream, SolrResourceLoader loader, String name)Methods in org.apache.solr.schema with parameters of type ConfigSetService.ConfigResource Modifier and Type Method Description protected voidIndexSchema. readSchema(ConfigSetService.ConfigResource is)Constructors in org.apache.solr.schema with parameters of type ConfigSetService.ConfigResource Constructor Description IndexSchema(String name, ConfigSetService.ConfigResource schemaResource, org.apache.lucene.util.Version luceneVersion, SolrResourceLoader resourceLoader, Properties substitutableProperties)Constructs a schema using the specified resource name and stream.
-