Uses of Class
org.apache.solr.request.LocalSolrQueryRequest

Packages that use LocalSolrQueryRequest
org.apache.solr.util   
 

Uses of LocalSolrQueryRequest in org.apache.solr.util
 

Methods in org.apache.solr.util that return LocalSolrQueryRequest
 LocalSolrQueryRequest TestHarness.LocalRequestFactory.makeRequest(String... q)
          Creates a LocalSolrQueryRequest based on variable args; for historical reasons, this method has some peculiar behavior: If there is a single arg, then it is treated as the "q" param, and the LocalSolrQueryRequest consists of that query string along with "qt", "start", and "rows" params (based on the qtype, start, and limit properties of this factory) along with any other default "args" set on this factory.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.