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:
- Build Queries
- Build Filters
- [Build Aggregations]
How to
- [How to combine
Filter
andQuery
] - [How to add sorting]