| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.request | 
 Convenience classes for dealing with various types of Solr requests. 
 | 
| org.apache.solr.common.util | 
 Common utility classes reused on both clients & server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<String> | 
CollectionApiMapping.Meta.getParamNamesIterator(CommandOperation op)  | 
default Iterator<String> | 
CollectionApiMapping.CommandMeta.getParamNamesIterator(CommandOperation op)  | 
| 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(InputStream in,
     Set<String> singletonCommands)
Parse the command operations into command objects from javabin payload
 * @param singletonCommands commands that cannot be repeated 
 | 
static List<CommandOperation> | 
CommandOperation.parse(Reader rdr)  | 
static List<CommandOperation> | 
CommandOperation.parse(Reader rdr,
     Set<String> singletonCommands)
Parse the command operations into command objects from a json payload 
 | 
static List<CommandOperation> | 
CommandOperation.readCommands(Iterable<ContentStream> streams,
            NamedList resp)  | 
static List<CommandOperation> | 
CommandOperation.readCommands(Iterable<ContentStream> streams,
            NamedList resp,
            Set<String> singletonCommands)
Read commands from request streams 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<Map> | 
CommandOperation.captureErrors(List<CommandOperation> ops)  | 
static List<CommandOperation> | 
CommandOperation.clone(List<CommandOperation> ops)  | 
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.