Class LocalSolrQueryRequest

    • Field Detail

      • emptyArgs

        public static final Map emptyArgs
    • Constructor Detail

      • LocalSolrQueryRequest

        public LocalSolrQueryRequest​(SolrCore core,
                                     String query,
                                     String qtype,
                                     int start,
                                     int limit,
                                     Map args)
      • LocalSolrQueryRequest

        public LocalSolrQueryRequest​(SolrCore core,
                                     NamedList args)
      • LocalSolrQueryRequest

        public LocalSolrQueryRequest​(SolrCore core,
                                     SolrParams args)
    • Method Detail