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

/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DRTimer.java58 /** Recursively stop timer and sub timers */
101 public RTimer sub(String desc) { method in class:RTimer
139 subt = rt.sub("sub1");
141 st = subt.sub("sub1.1");
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/search/
H A DTestMultipleCategoryLists.java377 private static void checkResult(FacetResultNode sub, String label, double value) { argument
378 assertEquals("Label of subresult " + sub.getLabel() + " was incorrect",
379 label, sub.getLabel().toString());
381 "Value for " + sub.getLabel() + " subresult was incorrect",
382 value, sub.getValue(), 0.0);

Completed in 19 milliseconds