| Package | Description |
|---|---|
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| org.apache.solr.security |
Commonly used classes for Solr security framework.
|
| org.apache.solr.util |
Common utility classes used throughout Solr
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
SchemaManager.OpType.perform(CommandOperation op,
SchemaManager mgr) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
BasicAuthPlugin.edit(Map<String,Object> latestConf,
List<CommandOperation> commands) |
Map<String,Object> |
RuleBasedAuthorizationPlugin.edit(Map<String,Object> latestConf,
List<CommandOperation> commands) |
Map<String,Object> |
Sha256AuthenticationProvider.edit(Map<String,Object> latestConf,
List<CommandOperation> commands) |
Map<String,Object> |
ConfigEditablePlugin.edit(Map<String,Object> latestConf,
List<CommandOperation> commands)
Operate the commands on the latest conf and return a new conf object
If there are errors in the commands , throw a SolrException.
|
| Modifier and Type | Method and Description |
|---|---|
CommandOperation |
CommandOperation.getCopy() |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandOperation> |
CommandOperation.clone(List<CommandOperation> ops) |
static List<CommandOperation> |
CommandOperation.parse(Reader rdr)
Parse the command operations into command objects
|
static List<CommandOperation> |
CommandOperation.readCommands(Iterable<ContentStream> streams,
SolrQueryResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
static List<Map> |
CommandOperation.captureErrors(List<CommandOperation> ops) |
static List<CommandOperation> |
CommandOperation.clone(List<CommandOperation> ops) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.