An open API service indexing awesome lists of open source software.

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

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