where can I find all the operations the current ES5 adapter can support? any ES5 examples? I have to deep dive into code before I can commit towards contribution but I can see what I will be able to do.
On Mon, Oct 2, 2017 at 12:52 AM, Christian Beikov < [email protected]> wrote: > It does support basic operations, just as the ES2 adapter since it is > based on it. > > I am no ES user so I don't plan on doing this work, maybe you or someone > else could step in? > > > Mit freundlichen Grüßen, > ------------------------------------------------------------------------ > *Christian Beikov* > > Am 01.10.2017 um 05:57 schrieb kant kodali: > >> Hi All, >> >> The calcite elastic search 5 adapter webpage says the adapter currently >> doesn't support aggregations however when I look at this code >> https://github.com/apache/calcite/tree/master/elasticsearch5 >> /src/main/java/org/apache/calcite/adapter/elasticsearch5 >> >> It doesn't look like it support the basic queries either. may I know when >> we can possibly expect this? >> >> Thanks! >> >> >
