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
- 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
- format es query_string to orginal lucene phrase
- parse es query_string to lucene Query object
don't supply all es Query features
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