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

/lucene-3.6.0/solr/core/src/java/org/apache/solr/util/
H A DDateMathParser.java33 * A Simple Utility class for parsing "math" like strings relating to Dates.
230 public Date parseMath(String math) throws ParseException { argument
236 if (0==math.length()) {
240 String[] ops = splitter.split(math);

Completed in 19 milliseconds