mirror of https://github.com/apache/lucene.git
move comment inside block, appropriately
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35e7439ca4
commit
1d56ff5bc3
|
@ -248,8 +248,8 @@ public class SolrPluginUtils {
|
|||
boolean explainStruct
|
||||
= req.getParams().getBool(CommonParams.EXPLAIN_STRUCT, false);
|
||||
|
||||
/* userQuery may have been pre-processes .. expose that */
|
||||
if (dbgQuery) {
|
||||
/* userQuery may have been pre-processed .. expose that */
|
||||
dbg.add("rawquerystring", req.getParams().get(CommonParams.Q));
|
||||
dbg.add("querystring", userQuery);
|
||||
|
||||
|
|
Loading…
Reference in New Issue