Package | Description |
---|---|
org.apache.solr.api |
Commonly used classes for Solr V2 API.
|
org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,JsonSchemaValidator> |
Api.commandSchema |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonSchemaValidator> |
Api.getCommandSchema()
This method helps to cache the schema validator object
|
static Map<String,JsonSchemaValidator> |
ApiBag.getParsedSchema(ValidatingJsonMap commands) |
protected Map<String,JsonSchemaValidator> |
V2HttpCall.getValidators() |
Modifier and Type | Method and Description |
---|---|
static List<CommandOperation> |
ApiBag.getCommandOperations(Reader reader,
Map<String,JsonSchemaValidator> validators,
boolean validate) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,JsonSchemaValidator> |
SolrQueryRequestBase.getValidators() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,JsonSchemaValidator> |
HttpSolrCall.getValidators() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.