https://github.com/cclient/elasticsearch-query-string-lucene-format
https://github.com/cclient/elasticsearch-query-string-lucene-format
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cclient/elasticsearch-query-string-lucene-format
- Owner: cclient
- License: apache-2.0
- Created: 2021-02-28T10:15:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T02:33:11.000Z (over 4 years ago)
- Last Synced: 2025-03-06T11:43:48.781Z (over 1 year ago)
- Language: Java
- Homepage: https://www.cnblogs.com/zihunqingxin/p/14461627.html
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
this work's destination is parse elasticsearch query_string and use direct on pure lucene index
then can use other OLAP/OLTP bigdata technology and compatibility with es,reduce es's load
## Main features
### for es 6.8.0
* format es query_string to orginal lucene phrase
* parse es query_string to lucene Query object
* load es range/term/terms json to Query object
* load es query json to Query object
* use on pure lucene index
* query_string/range/term/terms do well
### for es 7.10.2
* format es query_string to orginal lucene phrase
* parse es query_string to lucene Query object
## Important
don't supply all es Query features
## Other
need do some other job like develop plugins to work on target technology like
hbase/hive/spark,spark streaming/flink/storm/nifi,clickhouse/druid/kylin
https://www.cnblogs.com/zihunqingxin/p/14461623.html
https://www.cnblogs.com/zihunqingxin/p/14461627.html
https://www.cnblogs.com/zihunqingxin/p/14471678.html
https://www.cnblogs.com/zihunqingxin/p/14471732.html
https://www.cnblogs.com/zihunqingxin/p/14471735.html