Class RangeFieldMapper.Range

org.elasticsearch.index.mapper.RangeFieldMapper.Range
Enclosing class:
RangeFieldMapper

public static class RangeFieldMapper.Range extends
Class defining a range
  • Constructor Summary

    Constructors
    Constructor
    Description
    Range​(RangeType type,  from,  to, boolean includeFrom, boolean includeTo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     o)
     
     
     
    int
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Constructor Details

    • Range

      public Range(RangeType type,  from,  to, boolean includeFrom, boolean includeTo)
  • Method Details

    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class 
    • getFrom

      public  getFrom()
    • getTo

      public  getTo()