Class BooleanFieldMapper.Values

  • Enclosing class:
    BooleanFieldMapper

    public static class BooleanFieldMapper.Values
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TRUE

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

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

      • Values

        public Values()