Class RangeParameters

    • Constructor Detail

      • RangeParameters

        public RangeParameters​(String field,
                               String start,
                               String end,
                               String gap,
                               boolean hardend,
                               List<String> other,
                               List<String> include,
                               String label,
                               List<String> excludeFilters)
        Constructor.
        Parameters:
        field -
        minCount -
        start -
        end -
        gap -
        hardend -
        other - can have one of the following values: before,after,between,none
        include - can have one of the following values: lower,upper,edge,outer,all
        label -
        excludeFilters -
    • Method Detail

      • getField

        public String getField()
      • getStart

        public String getStart()
      • getEnd

        public String getEnd()
      • getGap

        public String getGap()
      • isHardend

        public boolean isHardend()
      • getLabel

        public String getLabel()
      • getExcludeFilters

        public List<String> getExcludeFilters()
      • getRangeFirstBucketStartInclusive

        public String getRangeFirstBucketStartInclusive()
      • getRangeFirstBucketEndInclusive

        public String getRangeFirstBucketEndInclusive()
      • getRangeBucketStartInclusive

        public String getRangeBucketStartInclusive()
      • getRangeBucketEndInclusive

        public String getRangeBucketEndInclusive()
      • getRangeLastBucketEndInclusive

        public String getRangeLastBucketEndInclusive()