Package | Description |
---|---|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Method and Description |
---|---|
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 © 2000–2015 The Apache Software Foundation. All rights reserved.