mirror of https://github.com/apache/lucene.git
typo. thanks Thorsten
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efe1da6895
commit
c5b328d565
|
@ -97,7 +97,7 @@ public class SolrRequestParsers
|
|||
|
||||
// TODO -- in the future, we could pick a different parser based on the request
|
||||
|
||||
// Pick the parer from the request...
|
||||
// Pick the parser from the request...
|
||||
ArrayList<ContentStream> streams = new ArrayList<ContentStream>(1);
|
||||
SolrParams params = parser.parseParamsAndFillStreams( req, streams );
|
||||
SolrQueryRequest sreq = buildRequestFrom( params, streams );
|
||||
|
|
Loading…
Reference in New Issue