public abstract class AbstractSchemaRequest<T extends SolrResponse> extends SolrRequest<T>
SolrRequest.METHOD
SUPPORTED_METHODS, useBinaryV2, usev2
Constructor and Description |
---|
AbstractSchemaRequest(SolrRequest.METHOD m,
String path) |
AbstractSchemaRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
Modifier and Type | Method and Description |
---|---|
SolrParams |
getParams() |
createResponse, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
public AbstractSchemaRequest(SolrRequest.METHOD m, String path)
public AbstractSchemaRequest(SolrRequest.METHOD m, String path, SolrParams params)
public SolrParams getParams()
getParams
in class SolrRequest<T extends SolrResponse>
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.