Uses of Class
io.vertigo.datafactory.impl.search.dsl.model.DslGeoExpression
-
Packages that use DslGeoExpression Package Description io.vertigo.datafactory.impl.search.dsl.rules io.vertigo.datafactory.plugins.search.elasticsearch io.vertigo.datafactory.search.model -
-
Uses of DslGeoExpression in io.vertigo.datafactory.impl.search.dsl.rules
Methods in io.vertigo.datafactory.impl.search.dsl.rules that return DslGeoExpression Modifier and Type Method Description static DslGeoExpression
DslParserUtil. parseGeoExpression(String geoString)
-
Uses of DslGeoExpression in io.vertigo.datafactory.plugins.search.elasticsearch
Methods in io.vertigo.datafactory.plugins.search.elasticsearch with parameters of type DslGeoExpression Modifier and Type Method Description static org.elasticsearch.index.query.QueryBuilder
DslGeoToQueryBuilderUtil. translateToQueryBuilder(DslGeoExpression dslGeoExpression, Object myCriteria, Map<Class,io.vertigo.core.lang.BasicTypeAdapter> typeAdapters)
-
Uses of DslGeoExpression in io.vertigo.datafactory.search.model
Methods in io.vertigo.datafactory.search.model that return types with arguments of type DslGeoExpression Modifier and Type Method Description Optional<DslGeoExpression>
SearchQuery. getGeoExpression()
Filtre geo correspondant aux critères geo de la recherche.
-