Releases: madewithlove/elasticsearcher
Releases · madewithlove/elasticsearcher
0.3.1
Use Elasticsearch 2.0 and its PHP SDK 2.0
Changed
- Use
ClientBuilder
to create aClient
object from the SDK - Replace deprecated
filtered
from queries - Replace filters by there query equivalent to match the 2.0 way of context based queries
Added
- Add MIT license
- Queries: add setters for querystring parameters (closes #5)
- Queries: add shortcut setter for the query_type
0.3.0: Merge pull request #20 from madewithlove/add-dotted-notation-setters
Added
- Indices can now also use fragments for its body (settings, mapping, ...) (#3)
- Fragments can be merged with its parent (#13)
- Add
BodyTrait
which allows dotted notation access to the body
Changed
- Implement
BodyTrait
for Queries, Indices and Fragments - Indices are now required to implement a
setup
method instead ofgetTypes
(breaking change)
Add DocumentsManager::updateOrIndex
Added
- Add updateOrIndex to the documents manager (see #12)
- Add tests for uncovered document crud
0.2.1
0.2.0
0.1.1
Initial development release
Initial development release, will evolve rapidly until we hit 1.0 which will be production ready.