Class LocalSolrQueryRequest

java.lang.Object
org.apache.solr.request.SolrQueryRequestBase
org.apache.solr.request.LocalSolrQueryRequest
All Implemented Interfaces:
Closeable, AutoCloseable, SolrQueryRequest

@Deprecated public class LocalSolrQueryRequest extends SolrQueryRequestBase
Deprecated.
  • Field Details

    • userPrincipalName

      public String userPrincipalName
      Deprecated.
  • Constructor Details

    • LocalSolrQueryRequest

      public LocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map<?,?> args)
      Deprecated.
    • LocalSolrQueryRequest

      public LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.util.NamedList<?> args)
      Deprecated.
    • LocalSolrQueryRequest

      public LocalSolrQueryRequest(SolrCore core, Map<String,String[]> args)
      Deprecated.
    • LocalSolrQueryRequest

      public LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.params.SolrParams args)
      Deprecated.
  • Method Details

    • makeParams

      protected static org.apache.solr.common.params.SolrParams makeParams(String query, String qtype, int start, int limit, Map<?,?> args)
      Deprecated.
    • getUserPrincipal

      public Principal getUserPrincipal()
      Deprecated.
      Specified by:
      getUserPrincipal in interface SolrQueryRequest
      Overrides:
      getUserPrincipal in class SolrQueryRequestBase
    • setUserPrincipalName

      public void setUserPrincipalName(String s)
      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.