Searched defs:json (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DObjectBuilder.java31 public static Object fromJSON(String json) throws IOException { argument
32 JSONParser p = new JSONParser(json);
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrTestCaseJ4.java439 if (!"json".equals(params.get("wt","xml")) || params.get("indent")==null) {
441 newParams.set("wt","json");
679 public static String updateJ(String json, SolrParams args) throws Exception { argument
682 SolrRequestHandler handler = core.getRequestHandler("/update/json");
687 return connection.request(handler, args, json);
919 String responseStr = h.query(req("q","*:*", "fl","id", "sort","_docid_ asc", "rows",Integer.toString(model.size()*2), "wt","json", "indent","true"));

Completed in 23 milliseconds