- 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/...