| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
| org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
| org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
| org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
| org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
| org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
| org.apache.solr.client.solrj.request.schema |
Convenience classes for making Schema API requests.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SolrRequest.METHOD |
SolrRequest.getMethod() |
static SolrRequest.METHOD |
SolrRequest.METHOD.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SolrRequest.METHOD[] |
SolrRequest.METHOD.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
QueryResponse |
SolrClient.query(SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.query(String collection,
SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
void |
SolrRequest.setMethod(SolrRequest.METHOD method) |
| 构造器和说明 |
|---|
SolrRequest(SolrRequest.METHOD m,
String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
SolrCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
DelegatingCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
SolrClientCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
| 限定符和类型 | 字段和说明 |
|---|---|
SolrRequest.METHOD |
CoreApiMapping.Meta.method |
SolrRequest.METHOD |
CollectionApiMapping.Meta.method |
| 限定符和类型 | 方法和说明 |
|---|---|
SolrRequest.METHOD |
CoreApiMapping.Meta.getHttpMethod() |
SolrRequest.METHOD |
CollectionApiMapping.Meta.getHttpMethod() |
SolrRequest.METHOD |
CollectionApiMapping.CommandMeta.getHttpMethod()
the http method supported by this command
|
SolrRequest.METHOD |
CollectionApiMapping.Meta.getMethod() |
| 限定符和类型 | 方法和说明 |
|---|---|
V2Request.Builder |
V2Request.Builder.withMethod(SolrRequest.METHOD m) |
| 构造器和说明 |
|---|
AbstractUpdateRequest(SolrRequest.METHOD m,
String path) |
DelegationTokenRequest(SolrRequest.METHOD m) |
GenericSolrRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
MultiContentWriterRequest(SolrRequest.METHOD m,
String path,
Iterator<Pair<NamedList,Object>> payload) |
QueryRequest(SolrParams q,
SolrRequest.METHOD method) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JsonQueryRequest.setMethod(SolrRequest.METHOD m) |
| 构造器和说明 |
|---|
AbstractSchemaRequest(SolrRequest.METHOD m,
String path) |
AbstractSchemaRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.