Uses of Class
org.elasticsearch.index.mapper.MappedFieldType.Relation
-
Packages that use MappedFieldType.Relation Package Description org.elasticsearch.index.mapper org.elasticsearch.index.query -
-
Uses of MappedFieldType.Relation in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return MappedFieldType.Relation Modifier and Type Method Description MappedFieldType.RelationDateFieldMapper.DateFieldType. isFieldWithinQuery(IndexReader reader, Object from, Object to, boolean includeLower, boolean includeUpper, ZoneId timeZone, DateMathParser dateParser, QueryRewriteContext context)MappedFieldType.RelationMappedFieldType. isFieldWithinQuery(IndexReader reader, Object from, Object to, boolean includeLower, boolean includeUpper, ZoneId timeZone, DateMathParser dateMathParser, QueryRewriteContext context)Return whether all values of the givenIndexReaderare within the range, outside the range or cross the range.static MappedFieldType.RelationMappedFieldType.Relation. valueOf(String name)Returns the enum constant of this type with the specified name.static MappedFieldType.Relation[]MappedFieldType.Relation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MappedFieldType.Relation in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return MappedFieldType.Relation Modifier and Type Method Description protected MappedFieldType.RelationRangeQueryBuilder. getRelation(QueryRewriteContext queryRewriteContext)
-