0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from liip/AddTypeToRegister More... over 12 years ago
Fixed: updated RegistryTestCase::registerDocument to support types and changed test to have unique documentId. More... over 12 years ago
Added type to the register function More... over 12 years ago
Merge branch 'esAdaptorAsConstructorDependency' More... over 12 years ago
Tested: added more tests More... over 12 years ago
Merge pull request #6 from liip/esAdaptorAsConstructorDependency More... over 12 years ago
Refactored: it is now possible to exchange the used adaptor by e.g. a custom build one or a different Lucene "client" (e.g. Solr) More... over 12 years ago
Merge pull request #5 from liip/elasticSearchInitBugfix More... over 12 years ago
Fixed: since the index is already created on object construction the init() method always caused an double initiation exception. More... over 12 years ago
reverted introduction of self serialized objects since ES is not able to index them anymore, too bad. So then there is still the limitation that objects cannot be indexed by Elastica More... almost 13 years ago
Merge pull request #4 from liip/fixESgetDocuments More... almost 13 years ago
Fixed: seems json serialization functions do have a problem with nested objects. Therefore data of type object will be serialized and unserialied when indexed/retrieved More... almost 13 years ago
Merge pull request #3 from liip/fixESgetDocuments More... almost 13 years ago
Tested: extended Tests to verify the behavior on nested objects. More... almost 13 years ago
Fixed: behavior of denormalizeValue() was not as expected. Now data not formerly normalied will not be denormalized. Also getDocument*() will now take care of denormalizing the data of each document. More... almost 13 years ago
Added ability to retrieve documents from index More... almost 13 years ago
Added list of currently supported storage systems More... almost 13 years ago
Merge pull request #2 from matteodem/fixSpecialElasticaBehaviour More... almost 13 years ago
Added support for adding non-array values, with normalizing / denormalizing More... almost 13 years ago
made DUPLICATE_INITIATION_ATTEMPT exception message more verbose More... almost 13 years ago
Fixed: corrected accidently changed constructor footprint More... almost 13 years ago
Merge pull request #1 from liip/elasticsearch More... almost 13 years ago
Minor colde cleanup due toe feedback on PR More... almost 13 years ago
Cleanup due to feedback from PR More... almost 13 years ago
Added more tests to ensure the correct functionality of the module More... almost 13 years ago
made method more verbose in terms of error handling More... almost 13 years ago
Completed testing and integration of the Elasicsearch adaptor More... almost 13 years ago
Extracted recurrecing code to methods More... almost 13 years ago
More tests to ensure the correct behavior of the adapter More... almost 13 years ago
MOre teests to ensure the correct behavior of the adapter More... almost 13 years ago