Class CompletionFieldMapper.Fields

java.lang.Object
org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
Enclosing class:
CompletionFieldMapper

public static class CompletionFieldMapper.Fields
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String CONTENT_FIELD_NAME_CONTEXTS  
    static java.lang.String CONTENT_FIELD_NAME_INPUT  
    static java.lang.String CONTENT_FIELD_NAME_WEIGHT  
  • Constructor Summary

    Constructors
    Constructor Description
    Fields()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • CONTENT_FIELD_NAME_INPUT

      public static final java.lang.String CONTENT_FIELD_NAME_INPUT
      See Also:
      Constant Field Values
    • CONTENT_FIELD_NAME_WEIGHT

      public static final java.lang.String CONTENT_FIELD_NAME_WEIGHT
      See Also:
      Constant Field Values
    • CONTENT_FIELD_NAME_CONTEXTS

      public static final java.lang.String CONTENT_FIELD_NAME_CONTEXTS
      See Also:
      Constant Field Values
  • Constructor Details

    • Fields

      public Fields()