- Merge pull request #170 from mongoosastic/updated-dependencies updated deps
- Merge pull request #169 from nschloe/patch-1 Update README.md
- Merge pull request #144 from Alexandre-io/feat/elasticsearch2.x Add support for ElasticSearch 2.x
- Merge pull request #138 from Bauer-Xcel-Media/master fix: added missing prefix
- JasonMore-feature/disable-middlewareHooks. merged #135
- 3.6.0
- Merge pull request #132 from jeresig/add-aggs Add in support for query aggregations
- Add in support for aggregations in search queries.
- Merge pull request #131 from JasonMore/feature/123-documenation Added documentation around issue #123
- documentation around issue #123
-
moved node version to 4.x instead of 4.2
-
3.5.0
-
Merge pull request #129 from SamyPesse/feature/custom_mappings Add option "customProperties" to extend mapping
-
Merge pull request #130 from SamyPesse/feature/unindex Unindex when filtered
-
Merge pull request #125 from Alexandre-io/fix-travis-warn Fix eslint warning & Update travis to use the latest services
-
Unindex when filtered and postSave and fixes #126
-
Add option "customProperties" to extend mapping
-
Fix eslint warning & update deps (eslint-config-airbnb, istanbul)
-
Merge pull request #127 from SamyPesse/fix/91 Fix #91: add option "transform" to transform serialized model before indexation
-
Use option "transform" to transform the serialized model before indexing
-
updated CHANGELOG.md 3.6.0 / 2015-11-15 ==================
-
3.6.0
-
Merge pull request #132 from jeresig/add-aggs Add in support for query aggregations
-
Add in support for aggregations in search queries.
-
Merge pull request #131 from JasonMore/feature/123-documenation Added documentation around issue #123
-
documentation around issue #123
- moved node version to 4.x instead of 4.2
- 3.5.0
- Merge pull request #129 from SamyPesse/feature/custom_mappings Add option "customProperties" to extend mapping
- Merge pull request #130 from SamyPesse/feature/unindex Unindex when filtered
- Merge pull request #125 from Alexandre-io/fix-travis-warn Fix eslint warning & Update travis to use the latest services
- Unindex when filtered and postSave and fixes #126
- Add option "customProperties" to extend mapping
- Fix eslint warning & update deps (eslint-config-airbnb, istanbul)
- Merge pull request #127 from SamyPesse/fix/91 Fix #91: add option "transform" to transform serialized model before indexation
- Use option "transform" to transform the serialized model before indexing
- updated CHANGELOG.md
- Merge pull request #120 from JasonMore/master Recognizes an es_type of nested with es_fields and maps it
- added ability to define a nested type
- Merge pull request #122 from guumaster/updated-travis-coveralls updated yml config for travisci and coveralls
- added coverage script
- Update README.md
- Create .coveralls.yml
- Merge pull request #107
- added AUTHORS file
- Merge pull request #106
- updated travis config
- removed gulp dependency. moved to ESLint instead of jshint/jscs
- updated README
- Merge pull request #100
- Merge pull request #104
- fixed suggesters tests
- fix(postSave): fix findOneAndUpdate if document doesn't exist
- added support for suggesters
- small json typo
- 3.2.0
- Merge pull request #98 added fuzzy search test
- added fuzzy search test
- Merge pull request #99
- package.json updated. and src linted
- Merge pull request #97
- update dependency elasticsearch to ^8.0.0
- index/unindex when findOneAndUpdate/findOneAndRemove
- updated package.json dependencies and added "licence" field.
- added
iojs
and Node 0.12 to travis environments. - upgraded to new travis infraestructure.
- minor tweaks to improve tests.
- improves synchronize high memory usage #84
- added complex sorting object to
search()
options parameters #79 - devDependecies updated
- mongoose and elasticsearch version bump
- added doc parameter on mongoose hooks
- added gulp, jshint and jscs
- example fixed and dependencies updated
- added multihost connection feature #56
- updates to README
- lots of smalls code cleaning
- Added highlight feature #51
- added full CHANGELOG.md
- updated elasticsearch dependency. changed bulk config
- Dependecies updated
- Increased timeout for travis environment
- Update .travis.yml testing conf.
- added timeout env variable for travis to wait on index deletion
- fixed timeout for bulk test
- Merge pull request #40 from srfrnk/patch-1 Patch 1 - fixed
- Merge pull request #47 from guumaster/master small patch for nested array schemas
- Merge pull request #53 from gazsp/master Fixes #49
- Fixes #49
- small patch for nested array schemas
- wrong value used... now should be better.
- fixed commit
- allow debugging the calls made by elasticsearch client. added ability to send {log:"trace"} in options to enable logging
- Merge pull request #35 from jitowix/master add settings when index is created
- add settings when index is created
- Merge pull request #30 from nicolasmccurdy/mention-estruncate In documentation files, rename "truncate" to "esTruncate"
- In documentation files, rename "truncate" to "esTruncate"
- Merge pull request #27 from ignlg/feature/serialize-cast-bulk Serialize on bulk calls. Serialize: this = full model.
- Serialize on bulk calls. Serialize: this = full model.
- Merge pull request #26 from b96705008/master get rid of "continue" when encounter objectid (issue #12)
- get rid of "continue" when encounter objectid
- remove unstable node testing, broken for now
- Treat null query like undefined
- Merge pull request #23 from sascha/master 'protocol' and 'auth' options are ignored
- 'protocol' and 'auth' options are ignored This fixes an issue, where the 'protocol' and 'auth' options were ignored.
- Merge pull request #21 from mongoosastic/feature/official-driver Feature/official driver
- Add changelog
- updates for travis
- longer delay for bulk test
- significant version bump
- formatting
- Add gitter badge
- Update query interface
- refresh readme
- don't stop bulk options with synchronize
- refactor bulk api
- uppercase README
- Break out docs
- remove elastical dependency
- All tests passing
- had to scale back abstraction on search
- Close to fixing geo test
- first pass at integrating elasticsearch driver
- remove semicolons from mongoosastic.js
- Document geo_shape
- Add documentation about bulk api
- big api changes, big version bump
- Merge pull request #17 from mongoosastic/albanm/feature/bulk-and-array-indexing Albanm/feature/bulk and array indexing
- resolve conflicts
- use containEql instead of include
- Merge pull request #16 from mongoosastic/remove-river-code remove river code
- Merge pull request #14 from mongoosastic/nlko-geo_shape Nlko geo shape
- Merge pull request #15 from mongoosastic/cubuzoa/feature/hydrate-hits Cubuzoa/feature/hydrate hits
- remove river code
- Update hydrated tests to conform to api
- Get first level of hits field
Provided fix for etting first level
hits
field of search results when used hydrate - Correct enveloppe test Enveloppe corners were in wrong order resulting in a bad test.
- Add ES 1.0 support for geo shape tests
- Added testfor geo_shape and updated manual
- Add test for undefined object field in the path prior of its use
- Correct boost test field (support ES 0.9 and 1.0). In my tests, the mapping format returned by the getMapping function is not the same between 0.90.11 and 1.0
- Keep geo_* types in the mapping Prior, only geo_point were kept in the mapping.
- Update readme.md More dynamic version info
- Update badge
- Update repo info in package.json
- remove outdated river info
- add more node versions to travis
- Merge pull request #128 from marsanla/patch-3 Add elasticsearch client
- Merge pull request #120 from antoineverger/master Add the esTruncate static method to remove all documents from an index
- Add elasticsearch client Add elasticsearch client to avoid duplicate instances and call from model plugin.
- Documentation for the truncate static method
- Centralise the "warmup" timeout value in the config to make it easier to adjust it
- Add the feature to pre-process a field before indexing
- Add the esTruncate static method to remove all documents from an index
- bump semver
- Merge pull request #119 from antoineverger/master Add the settings to create mapping.
- Add the settings to create mapping. First step to have a better configuration of the index settings.
- update readme to reflect version
- Merge pull request #116 from sascha/feature/id-in-subdocuments '_id' and/or 'id' properties in subdocuments
- Merge pull request #115 from danteata/master fixed configuration setup example
- '_id' and 'id' in subdocuments Added the possibility to have properties called '_id' or 'id' within subdocuments.
- fixed configuration setup example
- Update semver to reflect api change
- Merge pull request #111 from astro/refresh expose index refresh
- Update version, could be some breaking changes
- Merge pull request #113 from aschmid/master fixed issue where object properties where ignored by serialize
- fixed issue where object properties where ignored by serialize
- Merge pull request #99 from xren/master Emit the error when doc.save() fails during synchronization
- Merge pull request #100 from clippPR/master fixing this bug (hopefully) - https://github.com/jamescarr/mongoosastic/...