Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Elasticsearch DSL

Welcome to Elasticsearch DSL library. The main purpose of this library is to provide objective query builder for elasticsearch-php client.

Everything starts from the Search object. We recommend first to take a look at the Search chapter.

Topics:

WARNING: Filters are deprecated since 1.1 and will be removed in 2.0. Elasticsearch from 2.0 casts queries the same way as filters, so there is no reason to have both. More information in the elasticsearch docs

How to