Uses of Interface
io.vertigo.datafactory.impl.search.dsl.model.DslQuery
-
Packages that use DslQuery Package Description io.vertigo.datafactory.impl.search.dsl.model io.vertigo.datafactory.plugins.search.elasticsearch -
-
Uses of DslQuery in io.vertigo.datafactory.impl.search.dsl.model
Classes in io.vertigo.datafactory.impl.search.dsl.model that implement DslQuery Modifier and Type Class Description class
DslBlockQuery
Block queries definition.class
DslFixedQuery
Fixed content.class
DslGeoDistanceQuery
Relative geo distance.class
DslGeoPointCriteria
Relative geo distance.class
DslGeoPointFixed
Fixed GeoPoint. 40.73, -74.14class
DslGeoRangeQuery
Range geo query definition.class
DslRangeQuery
Range query definition.class
DslTermQuery
Term query definition.Methods in io.vertigo.datafactory.impl.search.dsl.model that return DslQuery Modifier and Type Method Description DslQuery
DslGeoRangeQuery. getEndGeoPoint()
DslQuery
DslRangeQuery. getEndQueryDefinitions()
DslQuery
DslGeoDistanceQuery. getGeoPoint()
DslQuery
DslGeoExpression. getGeoQuery()
DslQuery
DslExpression. getQuery()
DslQuery
DslGeoRangeQuery. getStartGeoPoint()
DslQuery
DslRangeQuery. getStartQueryDefinitions()
Methods in io.vertigo.datafactory.impl.search.dsl.model that return types with arguments of type DslQuery Modifier and Type Method Description List<DslQuery>
DslBlockQuery. getQueries()
Constructors in io.vertigo.datafactory.impl.search.dsl.model with parameters of type DslQuery Constructor Description DslExpression(String preBody, Optional<DslField> field, Optional<DslMultiField> multiField, DslQuery query, String postBody)
DslGeoDistanceQuery(DslQuery geoPoint, int distance, String distanceUnit)
DslGeoExpression(DslField field, DslQuery geoQuery)
DslGeoRangeQuery(String preBody, DslQuery startGeoPoint, DslQuery endGeoPoint, String postBody)
DslRangeQuery(String preBody, String startRange, DslQuery startQueryDefinitions, DslQuery endQueryDefinitions, String endRange, String postBody)
Constructor parameters in io.vertigo.datafactory.impl.search.dsl.model with type arguments of type DslQuery Constructor Description DslBlockQuery(String preBody, List<DslQuery> queries, String postBody)
-
Uses of DslQuery in io.vertigo.datafactory.plugins.search.elasticsearch
Methods in io.vertigo.datafactory.plugins.search.elasticsearch with parameters of type DslQuery Modifier and Type Method Description static org.elasticsearch.common.geo.GeoPoint
DslGeoToQueryBuilderUtil. computeGeoPoint(DslQuery dslGeoPoint, Object myCriteria, Map<Class,io.vertigo.core.lang.BasicTypeAdapter> typeAdapters)
-