Class DateFieldScript.Parse

java.lang.Object
org.elasticsearch.script.DateFieldScript.Parse
Enclosing class:
DateFieldScript

public static class DateFieldScript.Parse
extends java.lang.Object
Temporary parse method that takes into account the date format. We'll remove this when we have "native" source parsing fields.
  • Constructor Summary

    Constructors
    Constructor Description
    Parse​(DateFieldScript script)  
  • Method Summary

    Modifier and Type Method Description
    long parse​(java.lang.Object str)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • parse

      public long parse​(java.lang.Object str)