All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download elasticsearch-sql JAR 6.2.4.0 with all dependencies


Query elasticsearch using SQL

Files of the artifact elasticsearch-sql version 6.2.4.0 from the group org.nlpcn.

Artifact elasticsearch-sql
Group org.nlpcn
Version 6.2.4.0
Last update 23. June 2018
Tags: using query elasticsearch
Organization not specified
URL https://github.com/NLPchina/elasticsearch-sql/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies druid, spatial4j, guava,
There are maybe transitive dependencies!
There is a newer version: 7.8.0.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of elasticsearch-sql Show documentation

Please rate this JAR file. Is it a good library?

5 downloads

Source code of elasticsearch-sql version 6.2.4.0

META-INF
META-INF.META-INF.MANIFEST.MF
com.alibaba.druid.pool
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchConnection
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchDruidDataSource
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchDruidDataSourceFactory
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchDruidPooledConnection
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchDruidPooledPreparedStatement
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchResultSet
com.alibaba.druid.pool.com.alibaba.druid.pool.ElasticSearchResultSetMetaDataBase
.es-plugin.properties
org.elasticsearch.plugin.nlpcn
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ActionRequestRestExecuter
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ComperableHitResult
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ElasticHitsExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ElasticJoinExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ElasticResultHandler
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.ElasticUtils
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.GetIndexRequestRestListener
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.HashJoinComparisonStructure
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.HashJoinElasticExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.MetaSearchResult
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.MinusExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.MultiRequestExecutorFactory
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.NestedLoopsElasticExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.RestSqlAction
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.SearchHitsResult
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.SqlPlug
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.UnionExecutor
org.elasticsearch.plugin.nlpcn.executors
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.ActionRequestRestExecuterFactory
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.CSVResult
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.CSVResultRestExecutor
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.CSVResultsExtractor
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.ElasticDefaultRestExecutor
org.elasticsearch.plugin.nlpcn.executors.org.elasticsearch.plugin.nlpcn.executors.RestExecutor
org.elasticsearch.plugin.nlpcn
org.elasticsearch.plugin.nlpcn.org.elasticsearch.plugin.nlpcn.package-info
org.nlpcn.es4sql
org.nlpcn.es4sql.org.nlpcn.es4sql.SQLFunctions
org.nlpcn.es4sql.org.nlpcn.es4sql.SearchDao
org.nlpcn.es4sql.org.nlpcn.es4sql.Test
org.nlpcn.es4sql.org.nlpcn.es4sql.Util
org.nlpcn.es4sql.domain
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Condition
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Delete
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Field
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.From
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.JoinSelect
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.KVValue
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.MethodField
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Order
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Paramer
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Query
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.SearchResult
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Select
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.TableOnJoinSelect
org.nlpcn.es4sql.domain.org.nlpcn.es4sql.domain.Where
org.nlpcn.es4sql.domain.hints
org.nlpcn.es4sql.domain.hints.org.nlpcn.es4sql.domain.hints.Hint
org.nlpcn.es4sql.domain.hints.org.nlpcn.es4sql.domain.hints.HintFactory
org.nlpcn.es4sql.domain.hints.org.nlpcn.es4sql.domain.hints.HintType
org.nlpcn.es4sql.exception
org.nlpcn.es4sql.exception.org.nlpcn.es4sql.exception.SqlParseException
org.nlpcn.es4sql.jdbc
org.nlpcn.es4sql.jdbc.org.nlpcn.es4sql.jdbc.ObjectResult
org.nlpcn.es4sql.jdbc.org.nlpcn.es4sql.jdbc.ObjectResultsExtractException
org.nlpcn.es4sql.jdbc.org.nlpcn.es4sql.jdbc.ObjectResultsExtractor
org.nlpcn.es4sql.parse
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.CaseWhenParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.CastParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.ChildrenType
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.ElasticLexer
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.ElasticSqlExprParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.ElasticSqlSelectParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.FieldMaker
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.NestedType
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.SQLOdbcExpr
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.SQLParensIdentifierExpr
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.ScriptFilter
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.SelectParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.SqlParser
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.SubQueryExpression
org.nlpcn.es4sql.parse.org.nlpcn.es4sql.parse.WhereParser
org.nlpcn.es4sql.query
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.AggregationQueryAction
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.DefaultQueryAction
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.DeleteQueryAction
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.ESActionFactory
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.QueryAction
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.ShowQueryAction
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.SqlElasticDeleteByQueryRequestBuilder
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.SqlElasticRequestBuilder
org.nlpcn.es4sql.query.org.nlpcn.es4sql.query.SqlElasticSearchRequestBuilder
org.nlpcn.es4sql.query.join
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.ESHashJoinQueryAction
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.ESJoinQueryAction
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.ESJoinQueryActionFactory
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.ESNestedLoopsQueryAction
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.HashJoinElasticRequestBuilder
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.JoinRequestBuilder
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.NestedLoopsElasticRequestBuilder
org.nlpcn.es4sql.query.join.org.nlpcn.es4sql.query.join.TableInJoinRequestBuilder
org.nlpcn.es4sql.query.maker
org.nlpcn.es4sql.query.maker.org.nlpcn.es4sql.query.maker.AggMaker
org.nlpcn.es4sql.query.maker.org.nlpcn.es4sql.query.maker.FilterMaker
org.nlpcn.es4sql.query.maker.org.nlpcn.es4sql.query.maker.Maker
org.nlpcn.es4sql.query.maker.org.nlpcn.es4sql.query.maker.QueryMaker
org.nlpcn.es4sql.query.multi
org.nlpcn.es4sql.query.multi.org.nlpcn.es4sql.query.multi.ESMultiQueryActionFactory
org.nlpcn.es4sql.query.multi.org.nlpcn.es4sql.query.multi.MultiQueryAction
org.nlpcn.es4sql.query.multi.org.nlpcn.es4sql.query.multi.MultiQueryRequestBuilder
org.nlpcn.es4sql.query.multi.org.nlpcn.es4sql.query.multi.MultiQuerySelect
org.nlpcn.es4sql.spatial
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.BoundingBoxFilterParams
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.CellFilterParams
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.DistanceFilterParams
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.Point
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.PolygonFilterParams
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.RangeDistanceFilterParams
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.SpatialParamsFactory
org.nlpcn.es4sql.spatial.org.nlpcn.es4sql.spatial.WktToGeoJsonConverter
.plugin-descriptor.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy