Commit Graph

  • 888888866d Update README.md fmarchand 2013-11-17 13:36:56 +01:00
  • 85ed196cf4 Remove 'not found in _includes' hacks Phillip Webb 2013-11-14 09:54:55 -08:00
  • 47c82a8f96 DATAES-25 migrated to jackson v2.2.3 Artur Konczak 2013-11-10 19:58:57 +00:00
  • 655ccb0cec DATAES-29, ISSUE #16 - formatted new files Artur Konczak 2013-11-10 19:22:28 +00:00
  • 7f91413591 DATAES-29, ISSUE #16 - added interface EntityMapper to allow for custom implementation and configuration for ObjectMapper Artur Konczak 2013-11-10 18:51:01 +00:00
  • f220075b72 Update README.md fmarchand 2013-11-06 14:52:38 +01:00
  • d3add69f4c DATAES-32 : Upgrade to elasticsearch 0.90.6 Mohsin Husen 2013-11-04 17:46:59 +00:00
  • 86de8f73b8 ISSUE #20 - added more tests to cover complex custom repository with manual wiring Artur Konczak 2013-11-01 21:26:32 +00:00
  • 2e0a428f73 Merge branch 'master' of https://github.com/spring-projects/spring-data-elasticsearch Artur Konczak 2013-11-01 13:51:40 +00:00
  • 0ac8c6698e ISSUE #20 - added more tests to cover this case Artur Konczak 2013-11-01 13:51:13 +00:00
  • 6f591aebc9 Update README.md Mohsin Husen 2013-10-31 10:07:13 +00:00
  • 485320b388 Merge branch 'master' of https://github.com/javamachr/spring-data-elasticsearch into javamachr-master Artur Konczak 2013-10-30 21:31:26 +00:00
  • 4b70622be8 DATAES-23 : Person object should user in memory store type Mohsin Husen 2013-10-30 15:18:27 +00:00
  • ff7cfa3965 DATAES-23 : Add support for Nested Type (Root level initially) Mohsin Husen 2013-10-30 14:40:10 +00:00
  • 95579d11ac DATAES-28 : Upgrade to elasticsearch 0.90.5 Mohsin Husen 2013-10-30 14:02:50 +00:00
  • 2305fc873e Merge pull request #9 from stuartstevenson/master akonczak 2013-10-29 16:49:44 -07:00
  • 3e7e262980 Update README.md akonczak 2013-10-25 16:44:09 +01:00
  • e684d4f257 DATAES-26 - added support for histogram facets Artur Konczak 2013-10-21 23:44:41 +01:00
  • 35cb4e6930 DATAES-21 statistical facets(Petar Tahchiev) Artur Konczak 2013-10-11 23:24:55 +01:00
  • be9a34cedd Added test for infinite recursion mapping. Jakub Vavrik 2013-10-11 13:23:03 +02:00
  • 680e07726f Added simple fix for infinite recursion in entity mapping if class contains a field of same type as the class. In such case will skip that field. Jakub Vavrik 2013-10-11 13:05:13 +02:00
  • 61d8114513 Merge remote-tracking branch 'upstream/master' Jakub Vavrik 2013-10-09 18:39:25 +02:00
  • b5dfb59428 Added skipping of fields that are marked using spring data @Transient annotation Jakub Vavrik 2013-10-09 18:22:31 +02:00
  • 99940f47c3 Merge pull request #14 from javamachr/master akonczak 2013-10-08 16:41:36 -07:00
  • 406ef06559 renamed Criteria method bbox to boundedBy Artur Konczak 2013-10-08 23:25:38 +01:00
  • 21577aab00 added format and pattern support for date fieldtype + fixed nullpointer when TransportClientFactoryBean configuration is java config only. Jakub Vavrik 2013-10-07 10:08:05 +02:00
  • bf510728df Updated parent version to 1.2.0.RELEASE Artur Konczak 2013-09-28 18:03:25 +01:00
  • 6ea839d97c Merge branch 'geo_location' added missing file Artur Konczak 2013-09-28 00:31:41 +01:00
  • 7e9f12cc9c Merge branch 'geo_location' Artur Konczak 2013-09-28 00:21:48 +01:00
  • bb81fa75db Renamed GeoEnvelope to GeoBox Artur Konczak 2013-09-27 22:58:26 +01:00
  • c8861ebf0d Merge remote-tracking branch 'origin/master' Stuart Stevenson 2013-09-24 19:15:17 +01:00
  • 598b162c94 mappingbuilder circular reference issue Stuart Stevenson 2013-08-25 19:21:20 +01:00
  • 5a34a90586 DATAES-22 : Add support for TransportClient additional parameters such as client.transport.ignore_cluster_name, client.transport.ping_timeout, client.transport.nodes_sampler_interval Mohsin Husen 2013-09-18 10:50:40 +01:00
  • 36e2095286 Update README.md Mohsin Husen 2013-09-09 17:24:38 +01:00
  • 171918e41a Initialize shared gh-pages infrastructure Phillip Webb 2013-09-07 08:02:59 -07:00
  • 70c927567f mappingbuilder circular reference issue Stuart Stevenson 2013-08-25 19:21:20 +01:00
  • 714bcf87fe Merge branch 'master' into geo_location Artur Konczak 2013-08-14 22:38:50 +01:00
  • 1152e00a31 DATAES-18 : Add Support to specify Index Name and type in Delete Query Mohsin Husen 2013-08-09 14:45:32 +01:00
  • 00ac1e8c95 DATAES-19 : Delete specific type in an index, Type exists check Mohsin Husen 2013-08-09 12:57:02 +01:00
  • 99a30a2a4b DATAES-17 : Add support to retrieve highlighted text in search result Mohsin Husen 2013-08-07 10:15:06 +01:00
  • 096c2e197e DATAES-16 : Add Partial Update / Upsert support Mohsin Husen 2013-07-30 12:11:59 +01:00
  • 2d6750abdf DATAES-15 : Upgrade to latest version of elasticsearch( 0.90.2 ) Mohsin Husen 2013-07-23 10:04:35 +01:00
  • 5a499315e8 DATAES-12 added support for GeoPoint Artur Konczak 2013-06-24 12:55:52 +01:00
  • 18b8108084 DATAES-10 Merged all changes from 'facets' branch Artur Konczak 2013-06-14 15:21:47 +01:00
  • 74a4035408 DATAES-12 Merge Geo Location from branch 'master' of https://github.com/fmarchand/spring-data-elasticsearch Artur Konczak 2013-06-13 17:31:14 +01:00
  • aa6a5e3753 DATAES-10 added 3 additional properties to Range Facet Artur Konczak 2013-06-12 18:58:05 +01:00
  • f22e2739ba deleted httpEnable from Transport Client as it has to be set on server side Mohsin Husen 2013-06-11 10:54:09 +01:00
  • 839d4f3898 DATAES-10 added support for term and range facet Artur Konczak 2013-06-10 11:21:50 +01:00
  • c7424cda1a Deleted unused class Mohsin Husen 2013-06-10 10:51:23 +01:00
  • dd12461257 Article Index should be stored "in memory" for test cases Mohsin Husen 2013-06-10 10:29:00 +01:00
  • 2e43fc0ac2 DATAES-11 - added missing core types for FieldType Artur Konczak 2013-06-08 17:47:15 +01:00
  • 8862e01c74 added annotation for multfield Artur Konczak 2013-05-21 08:23:25 +01:00
  • b2572d4950 basic mechanism for term facets akonczak 2013-05-20 09:47:26 +01:00
  • b421cb5044 Cluster Name config in Transport Client Mohsin Husen 2013-05-16 13:29:49 +01:00
  • af97fdb7d4 Test cases clean up round 1 Mohsin Husen 2013-05-16 10:38:04 +01:00
  • 54c897be0b Clean up : Updated Tests which was causing build failure Mohsin Husen 2013-05-15 18:16:46 +01:00
  • 7f1d26dac3 Updated Test (Scan and Scroll) which was causing build failure Mohsin Husen 2013-05-15 17:27:49 +01:00
  • b5873cb3e6 TYPO : default replicas should be 1 and default shards should be 5 Mohsin Husen 2013-05-15 13:53:31 +01:00
  • 151c62361c DATAES-9 : multiple elasticsearch cluster nodes not getting parsed if using property file Mohsin Husen 2013-05-13 17:51:00 +01:00
  • 7df712a3b6 DATAES-2 Applied spring-data formatting to all sources akonczak 2013-05-12 19:37:25 +01:00
  • 5e917b5ff6 DATAES-2 Applied spring-data formatting to all sources akonczak 2013-05-12 19:25:29 +01:00
  • 7f11f23718 DATAES-7 : Migrate to the latest version of Elasticsearch 0.90.0 Mohsin Husen 2013-05-12 13:54:48 +01:00
  • b943dc2515 removed duplicate test cases for DoubleIDRepository and IntegerIDRepository Tests Mohsin Husen 2013-05-12 10:39:11 +01:00
  • 8c31761308 DATAES-8 : Add support for Index level configuration Mohsin Husen 2013-05-12 09:43:26 +01:00
  • e72521ba48 Default store type for field in dynamic mapping should be false Mohsin Husen 2013-05-11 14:47:35 +01:00
  • 86c2b1d1c5 DATAES-6 : Instead of storing data in "fs" it should store "in memory" for unit tests Mohsin Husen 2013-05-11 14:23:29 +01:00
  • db5d9b8fc7 DATAES-6 flag name changed to purge-data-on-shutdown from data Mohsin Husen 2013-05-07 14:14:16 +01:00
  • 73fea2ba06 DATAES-6 flag name changed to purge-data-on-shutdown from data Mohsin Husen 2013-05-07 13:49:13 +01:00
  • cc735e5b46 DATAES-6 - Changed integration tests to use non-persistent client mode. Oliver Gierke 2013-04-30 15:30:43 +02:00
  • 21111b6230 DATAES-6 , Add ability to let NodeClient clean up working directory Mohsin Husen 2013-04-30 13:53:00 +01:00
  • a8aca3e21b DATAES-3 - Moved to Spring Data build system. Oliver Gierke 2013-04-30 12:36:35 +02:00
  • 03e3b5973e DATAES-5 - Fixed Apache license headers where necessary. Oliver Gierke 2013-04-30 11:47:05 +02:00
  • 9856a04056 Merge pull request #29 from henszey/multipleprimitiverepo Mohsin Husen 2013-04-25 10:19:09 -07:00
  • e9a5b7e706 Added support for varying ID types (int/long) for repositories. Ryan Henszey 2013-04-23 21:24:49 -05:00
  • cf5804aebf Updated documentation for searchQuery Interface based and searchQueryBuilder support Mohsin Husen 2013-04-22 10:24:28 +01:00
  • 21c88cab4c Updated author information Mohsin Husen 2013-04-22 10:12:25 +01:00
  • 807b194e80 refactored, created searchQuery interface based, NativeSearchQueryBuilder support Mohsin Husen 2013-04-21 12:38:09 +01:00
  • f2325a94bd elasticsearch version changed back to 0.20.5 Mohsin Husen 2013-04-20 11:58:58 +01:00
  • c80c5e1244 Refactor : removed unused dependency Mohsin Husen 2013-04-20 11:56:16 +01:00
  • 26cd1ec4b8 Added support for Delete index and IndexExists methods to Template Mohsin Husen 2013-04-17 17:11:36 +01:00
  • aea8dd9d09 changed spring beans xsd version to 3.1 Mohsin Husen 2013-04-12 11:50:42 +01:00
  • 710eda8362 Merge remote-tracking branch 'origin/master' Mohsin Husen 2013-04-11 15:35:10 +01:00
  • e6cc2a8684 removed unused commented code Mohsin Husen 2013-04-11 15:34:39 +01:00
  • 7c2d0622c4 Update README.md Mohsin Husen 2013-04-11 12:29:59 +02:00
  • cf91d82e81 Documentation for method which will return List<T> Mohsin Husen 2013-04-10 10:54:48 +02:00
  • 3fd3286386 Update README.md Mohsin Husen 2013-04-10 10:52:51 +02:00
  • c471774e0a Added method support for Repository and Template to return List<T> (https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/22) Mohsin Husen 2013-04-09 17:08:05 +01:00
  • 6e57235fa9 Update README.md Mohsin Husen 2013-04-05 12:23:13 +02:00
  • 0d072ab114 bug fix : custom repository methods should work with pageable request Mohsin Husen 2013-04-03 17:42:13 +01:00
  • 23e7a0a9b6 updated documentation Mohsin Husen 2013-03-25 10:13:16 +00:00
  • 8fc70b59e0 Upgraded spring version to 3.1.4.RELEASE Rizwan Idrees 2013-03-22 15:07:25 +00:00
  • 44cb4cd58f renamed RepositoryTest Rizwan Idrees 2013-03-22 14:59:54 +00:00
  • d8e59ea75a enabled the unit test for sorting as dynamic mapping support is introduced Rizwan Idrees 2013-03-22 14:52:04 +00:00
  • cae34e5098 added support for dynamic mapping (https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/5) Rizwan Idrees 2013-03-22 12:34:38 +00:00
  • 33f506fb8c changed page number to 0 from1 Rizwan Idrees 2013-03-22 12:30:46 +00:00
  • a973512a9c indexName is mandatory Rizwan Idrees 2013-03-22 10:57:33 +00:00
  • 5e3f23127b removed version Rizwan Idrees 2013-03-22 10:56:43 +00:00
  • 5956956392 removed System.out Rizwan Idrees 2013-03-22 10:54:06 +00:00
  • 336abe72ce corrected build failure Mohsin Husen 2013-03-20 13:05:52 +00:00
  • 2fe012e87f removed custom Version as it is available in spring-data-commons 1.5 release Rizwan Idrees 2013-03-20 12:54:56 +00:00