Class RuntimeField.Parser

java.lang.Object
org.elasticsearch.index.mapper.RuntimeField.Parser
Enclosing interface:
RuntimeField

public static final class RuntimeField.Parser
extends java.lang.Object
Parser for a runtime field. Creates the appropriate RuntimeField for a runtime field, as defined in the runtime section of the index mappings.
  • Constructor Summary

    Constructors
    Constructor Description
    Parser​(java.util.function.Function<java.lang.String,​RuntimeField.Builder> builderFunction)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Parser

      public Parser​(java.util.function.Function<java.lang.String,​RuntimeField.Builder> builderFunction)