@Value.Immutable(copy=false) public interface RangeQuery extends StandardQuery
BOOL_QUERY, EXISTS_QUERY, FUZZY_QUERY, GEO_BOUNDING_BOX_QUERY, GEO_DISTANCE_QUERY, GEO_POLYGON_QUERY, GEO_SHAPE_QUERY, IDS_QUERY, MATCH_QUERY, MORE_LIKE_THIS_QUERY, PREFIX_QUERY, QUERY_STRING_QUERY, RANGE_QUERY, REGEXP_QUERY, TERMS_QUERY, WILDCARD_QUERY| Modifier and Type | Method and Description |
|---|---|
default void |
accept(QueryVisitor visitor) |
default void |
checkType() |
java.lang.String |
getFieldName() |
java.lang.Object |
getLower() |
ShapeRelation |
getRelation() |
java.lang.Object |
getUpper() |
default boolean |
isEmpty() |
default boolean |
isIncludeLower() |
default boolean |
isIncludeUpper() |
getBoost, getName, hasStandardDefaultscountNotEmpty@Value.Check default void checkType()
java.lang.String getFieldName()
java.lang.Object getLower()
ShapeRelation getRelation()
java.lang.Object getUpper()
@Value.Default default boolean isIncludeLower()
@Value.Default default boolean isIncludeUpper()
default void accept(QueryVisitor visitor)