Changes:
- Remove the
ignore_conflicts
option via #53, thanks SanCoder-Q!
Changes:
- Bump to Scala 2.12, including various deps
Changes:
- Bump to Scala 2.11.8
- Release fuckery
Changes:
- Lazily build request object used for debugging to prevent wasted time when debug is disabled via #40, thanks SansCoder-Q!
- Bump dispatch dependency to 0.11.3 via #42, thanks rafa89!
Bugfixes
- Fixed some examples via #38, thanks karanveerm!
Features
Changes:
- Release stuff, moving to maven central.
Features:
- Add a
uriParameters
argument tomget
to get specific fields from the documents via source filtering, thanks SanCoder-Q
Improvements:
- Upgrade to Scala 2.11.7
- Upgrade to Elasticsearch 1.7.0
Features:
- Add
uriParameters
arg tosearch
to expose ElasticSearch's URI Search feature, thanks mmollaverdi
Bugfixes:
- Fix some incorrect documention, thanks mmollaverdi
Features:
- Add
putSettings
method, thanks mmollaverdi
Bugfixes:
- Fix broken
refresh
method, thanks mmollaverdi
Improvements:
- Upgrade to Scala 2.11.6
- Upgrade to Elasticsearch 1.5.0
Features:
- Add
getSettings
method, thanks davidbkemp
Bugfixes:
- Fix that
createIndex
wasn't properly setting anysettings
specified, thanks davidbkemp
Improvements:
- Improve reuse of code in unit tests, thanks davidbkemp
Features:
- Add multi search, thanks davidbkemp
Features:
- Add
ignoreConflicts
parameter toputMapping
, thanks sokrahta
Improvements:
- Documented the
putMapping
andgetMapping
methods in the README, thanks sokrahta - Documented the
shutdown()
method in the README for curious users
Features:
Bugfixes:
- Extend testing timeouts in case things get slow with the in-VM ES
Features:
- Start keeping a damned CHANGELOG
- Bump to Scala 2.11.5
- Include elasticsearch dep in tests to run in-VM ES for integration tests, thanks mmollaverdi
- Add travisci
- Added suggest, thanks sokrahta