logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Client::8_0::Direct::Esql - The Elasticsearch Query Language (ES|QL) provides a

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Follow Methods

follow()
           my $response = $es->esql->query(
               'body'  => {
                   'query' => 'FROM sample_data'
               }
           );

       An introduction to Elasticsearch Query Language is available here:
       <https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html>

Name

       Search::Elasticsearch::Client::8_0::Direct::Esql - The Elasticsearch Query Language (ES|QL) provides a

Version

       version 8.12

   DESCRIPTION
       The full documentation for ES|QL feature is available here:
       <https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-apis.html>

See Also