Package org.apache.solr.request
Class LocalSolrQueryRequest
java.lang.Object
org.apache.solr.request.SolrQueryRequestBase
org.apache.solr.request.LocalSolrQueryRequest
- All Implemented Interfaces:
Closeable,AutoCloseable,SolrQueryRequest
Deprecated.
-
Field Summary
FieldsFields inherited from class org.apache.solr.request.SolrQueryRequestBase
context, core, json, origParams, params, schema, searcherHolder, startTime, streamsFields inherited from interface org.apache.solr.request.SolrQueryRequest
ALLOW_PARTIAL_RESULTS_DEFAULT, SOLR_ALLOW_PARTIAL_RESULTS_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionLocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map<?, ?> args) Deprecated.LocalSolrQueryRequest(SolrCore core, Map<String, String[]> args) Deprecated.LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.params.SolrParams args) Deprecated.LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.util.NamedList<?> args) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.protected static org.apache.solr.common.params.SolrParamsmakeParams(String query, String qtype, int start, int limit, Map<?, ?> args) Deprecated.voidDeprecated.Allows setting the 'name' of the User Principal for the purposes of creating local requests in a solr node when security is enabled.Methods inherited from class org.apache.solr.request.SolrQueryRequestBase
close, getCommands, getContentStreams, getContext, getCore, getJSON, getOriginalParams, getParams, getParamString, getRequestTimer, getSchema, getSearcher, getSpec, getStartTime, getValidators, setContentStreams, setJSON, setParams, toString, updateSchemaToLatestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.solr.request.SolrQueryRequest
getCloudDescriptor, getCoreContainer, getHttpMethod, getHttpSolrCall, getPath, getPathTemplateValues, getResponseWriter, getSpan, subRequest
-
Field Details
-
userPrincipalName
Deprecated.
-
-
Constructor Details
-
Method Details
-
makeParams
protected static org.apache.solr.common.params.SolrParams makeParams(String query, String qtype, int start, int limit, Map<?, ?> args) Deprecated. -
getUserPrincipal
Deprecated.- Specified by:
getUserPrincipalin interfaceSolrQueryRequest- Overrides:
getUserPrincipalin classSolrQueryRequestBase
-
setUserPrincipalName
Deprecated.Allows setting the 'name' of the User Principal for the purposes of creating local requests in a solr node when security is enabled. It is experiemental and subject to removal- See Also:
- WARNING: This API is experimental and might change in incompatible ways in the next release.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-