diff --git a/solr/example/solr/conf/velocity/browse.vm b/solr/example/solr/conf/velocity/browse.vm index 487c5f4d3dc..f1ba35a641a 100644 --- a/solr/example/solr/conf/velocity/browse.vm +++ b/solr/example/solr/conf/velocity/browse.vm @@ -3,13 +3,16 @@ #set($clusters = $response.response.clusters)
-
+ Find: #if($request.params.get('debugQuery')) #end + #foreach($fq in $request.params.getParams('fq')) + + #end
#foreach($fq in $params.getParams('fq')) #set($previous_fq_count=$velocityCount - 1) @@ -21,9 +24,6 @@
$response.response.debug.parsedquery
#end -
#if($response.response.spellcheck.suggestions and $response.response.spellcheck.suggestions.size() > 0)