Sha256: 8eae4a5c8b1d0f744c2273a691cb7440cb61c7bcc86ab47df573c592b8657a62

Contents?: true

Size: 1.43 KB

Versions: 6

Compression:

Stored size: 1.43 KB

Contents

# CHANGELOG

## v2.0.0

* Added `SearchFlip::Connection`
* [BREAKING] Changed `SearchFlip::Index.base_url` to `SearchFlip::Index.connection`
* [BREAKING] Changed `SearchFlip.version` to `SearchFlip::Connection#version`
* [BREAKING] Changed `SearchFlip.aliases` to `SearchFlip::Connection#update_aliases`
* [BREAKING] Changed `SearchFlip.msearch` to `SearchFlip::Connection#msearch`
* [BREAKING] Removed `base_url` param from `SearchFlip::Critiera#execute`
* [BREAKING] `SearchFlip::Index.index_name` no longer defaults to `SearchFlip::Index.type_name`
* [BREAKING] No longer include the type name in `SearchFlip::Index.mapping`
* Added `SearchFlip::Connection#get_aliases`
* Added `SearchFlip::Connection#get_indices`
* Added `SearchFlip::Connection#alias_exists?`
* Added `SearchFlip::Index#with_settings` and `SearchFlip::Criteria#with_settings`
* Added `SearchFlip::Aggregation#merge`
* Added `bulk_max_mb` config and option
* Added `SearchFlip::Index.analyze`
* Added `SearchFlip::Criteria#preference`
* Added `SearchFlip::Criteria#search_type`
* Added `SearchFlip::Criteria#routing`
* Added `SearchFlip::Index.open_index` and `SearchFlip::Index.close_index`
* Added `SearchFlip::Index.mget`

## v1.1.0

* Added `Criteria#find_results_in_batches` to scroll through the raw results
* Fixed bug in `Criteria#find_in_batches` which possibly stopped scrolling too early
* Added delegation for `should`, `should_not`, `must` and `must_not`
* Migrated To FactoryBot

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
search_flip-2.2.0 CHANGELOG.md
search_flip-2.1.0 CHANGELOG.md
search_flip-2.1.0.beta2 CHANGELOG.md
search_flip-2.1.0.beta1 CHANGELOG.md
search_flip-2.0.0 CHANGELOG.md
search_flip-2.0.0.beta8 CHANGELOG.md