Y
Hacker News
new
|
ask
|
show
|
jobs
by
naiv
4086 days ago
Read-Only should be fine.
Is there specific "Crate" query syntax for selects that is not supported by the Elasticsearch DSL?
1 comments
jodok
4085 days ago
Crate-only queries - like exact counts, distinct counts, (soon JOINs) - are not exposed via this API. The Crate query engine is accessing Lucene directly and not running on top of the ES query engine.
link