Searched refs:DEBUG_QUERY (Results 1 - 7 of 7) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/util/
H A DCommonParams.java101 tmp = args.get(DEBUG_QUERY);
106 log.error("init param is not a str: " + DEBUG_QUERY);
H A DSolrPluginUtils.java314 String debug = getParam(req, CommonParams.DEBUG_QUERY, params.debugQuery);
391 String debug = req.getParams().get(CommonParams.DEBUG_QUERY);
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/params/
H A DCommonParams.java62 public static final String DEBUG_QUERY = "debugQuery"; field in interface:CommonParams
/lucene-3.6.0/solr/core/src/test/org/apache/solr/handler/
H A DMoreLikeThisHandlerTest.java107 params.put(CommonParams.DEBUG_QUERY, new String[]{"true"});
116 params.remove(CommonParams.DEBUG_QUERY);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/component/
H A DSearchHandler.java155 rb.setDebug(req.getParams().getBool(CommonParams.DEBUG_QUERY, false));
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/
H A DMoreLikeThisHandler.java197 boolean dbg = req.getParams().getBool(CommonParams.DEBUG_QUERY, false);
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/
H A DSolrQuery.java678 this.set(CommonParams.DEBUG_QUERY, String.valueOf(showDebugInfo));

Completed in 21 milliseconds