Searched refs:toJSON (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/solr/core/src/test/org/apache/solr/
H A DTestGroupingSearch.java597 updateJ(toJSON(d1), params("commit","true"));
604 updateJ(toJSON(d1), params("commit","false"));
611 updateJ(toJSON(d1), params("commit","false"));
618 updateJ(toJSON(d1), params("commit","false"));
625 updateJ(toJSON(d1), params("commit","true"));
733 + "\n\texpected="+ JSONUtil.toJSON(modelResponse)
749 + "\n\texpected="+ JSONUtil.toJSON(expectedFacetResponse)
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONUtil.java37 public static String toJSON(Object o) { method in class:JSONUtil
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrTestCaseJ4.java697 public String toJSON(Comparable val) { method in class:SolrTestCaseJ4.Vals
698 return JSONUtil.toJSON(val);
895 updateJ(toJSON(doc), null);
905 updateJ(toJSON(doc), null);
1060 public static String toJSON(Doc doc) { method in class:SolrTestCaseJ4
1077 out.append(JSONUtil.toJSON(val));

Completed in 16 milliseconds