mirror of https://github.com/apache/lucene.git
todo, done
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8899e7de7b
commit
7590aa1f0a
|
@ -59,7 +59,6 @@ public class VelocityResponseWriter implements QueryResponseWriter {
|
|||
context.put("date", new ComparisonDateTool());
|
||||
context.put("math", new MathTool());
|
||||
|
||||
// TODO: check for v.layout, render to string, then render v.layout's template setting $content in the context
|
||||
String layout_template = request.getParams().get("v.layout");
|
||||
String json_wrapper = request.getParams().get("v.json");
|
||||
boolean wrap_response = (layout_template != null) || (json_wrapper !=null);
|
||||
|
|
Loading…
Reference in New Issue