Class BooleanFieldMapper.Values

org.elasticsearch.index.mapper.BooleanFieldMapper.Values
Enclosing class:
BooleanFieldMapper

public static class BooleanFieldMapper.Values extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.apache.lucene.util.BytesRef
     
    static org.apache.lucene.util.BytesRef
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

    • TRUE

      public static final org.apache.lucene.util.BytesRef TRUE
    • FALSE

      public static final org.apache.lucene.util.BytesRef FALSE
  • Constructor Details

    • Values

      public Values()