47 Commits

Author SHA1 Message Date
Artur Konczak
bb81fa75db Renamed GeoEnvelope to GeoBox 2013-09-27 22:58:26 +01:00
Artur Konczak
714bcf87fe Merge branch 'master' into geo_location 2013-08-14 22:45:30 +01:00
Artur Konczak
5a499315e8 DATAES-12 added support for GeoPoint 2013-06-24 12:55:52 +01:00
Artur Konczak
74a4035408 DATAES-12 Merge Geo Location from branch 'master' of https://github.com/fmarchand/spring-data-elasticsearch 2013-06-13 17:39:44 +01:00
Artur Konczak
839d4f3898 DATAES-10 added support for term and range facet 2013-06-10 11:21:50 +01:00
Artur Konczak
8862e01c74 added annotation for multfield 2013-05-21 08:23:25 +01:00
akonczak
b2572d4950 basic mechanism for term facets 2013-05-20 09:47:26 +01:00
Mohsin Husen
af97fdb7d4 Test cases clean up round 1 2013-05-16 10:38:04 +01:00
Mohsin Husen
54c897be0b Clean up : Updated Tests which was causing build failure 2013-05-15 18:16:46 +01:00
Mohsin Husen
7f1d26dac3 Updated Test (Scan and Scroll) which was causing build failure 2013-05-15 17:27:49 +01:00
akonczak
7df712a3b6 DATAES-2 Applied spring-data formatting to all sources 2013-05-12 19:37:25 +01:00
Mohsin Husen
7f11f23718 DATAES-7 : Migrate to the latest version of Elasticsearch 0.90.0 2013-05-12 13:54:48 +01:00
Mohsin Husen
b943dc2515 removed duplicate test cases for DoubleIDRepository and IntegerIDRepository Tests 2013-05-12 10:39:11 +01:00
Mohsin Husen
8c31761308 DATAES-8 : Add support for Index level configuration 2013-05-12 09:43:26 +01:00
Mohsin Husen
86c2b1d1c5 DATAES-6 : Instead of storing data in "fs" it should store "in memory" for unit tests 2013-05-11 14:23:29 +01:00
Oliver Gierke
a8aca3e21b DATAES-3 - Moved to Spring Data build system.
Updated pom to use Spring Data build parent file. Renamed Test files to …Tests for the Surefire plugin be able to find it. Added data folder to .gitignore. Added template.mf for Bundlor to create an OSGi MANIFEST.MF.
2013-04-30 12:42:00 +02:00
Oliver Gierke
03e3b5973e DATAES-5 - Fixed Apache license headers where necessary. 2013-04-30 11:47:05 +02:00
Ryan Henszey
e9a5b7e706 Added support for varying ID types (int/long) for repositories. 2013-04-23 21:24:49 -05:00
Mohsin Husen
807b194e80 refactored, created searchQuery interface based, NativeSearchQueryBuilder support 2013-04-21 12:38:09 +01:00
Mohsin Husen
26cd1ec4b8 Added support for Delete index and IndexExists methods to Template 2013-04-17 17:11:36 +01:00
Mohsin Husen
c471774e0a Added method support for Repository and Template to return List<T> (https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/22) 2013-04-09 17:08:05 +01:00
Mohsin Husen
0d072ab114 bug fix : custom repository methods should work with pageable request 2013-04-03 17:42:13 +01:00
Rizwan Idrees
44cb4cd58f renamed RepositoryTest 2013-03-22 14:59:54 +00:00
Rizwan Idrees
d8e59ea75a enabled the unit test for sorting as dynamic mapping support is introduced 2013-03-22 14:52:04 +00:00
Rizwan Idrees
cae34e5098 added support for dynamic mapping
(https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/5)
2013-03-22 12:34:38 +00:00
Rizwan Idrees
33f506fb8c changed page number to 0 from1 2013-03-22 12:30:46 +00:00
Rizwan Idrees
5956956392 removed System.out 2013-03-22 10:54:06 +00:00
Rizwan Idrees
2fe012e87f removed custom Version as it is available in spring-data-commons 1.5 release 2013-03-20 12:54:56 +00:00
Mohsin Husen
e433ec2d9e reverted changes for auto-generated Id , added test cases for scan and scroll 2013-03-19 18:05:20 +00:00
Rizwan Idrees
41de820c70 Added support for searchSimilar in ElasticsearchRepository
https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/4
2013-03-19 16:51:11 +00:00
Rizwan Idrees
93a512f014 Added support for 'more like this' in ElasticsearchOperations
https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/4
2013-03-19 15:08:34 +00:00
Mohsin Husen
eb8644a08f Updated Licence Information and Authors 2013-03-05 16:42:18 +00:00
Mohsin Husen
b2272dc8d6 Basic SortBuilder Support with SearchQuery 2013-03-05 15:13:08 +00:00
Rizwan Idrees
0bc8ae54fe 1) added support for user defined indices and types in ElasticsearchOperations
2) added support for custom ResultMapper in ElasticsearchOperations
3) Fixed pagination issues
4) Fixed findAll methods that were returning 10 results (which is the elasticsearch default).
2013-02-19 11:07:51 +00:00
Mohsin Husen
7a5e784ac6 updated tests for version field 2013-02-06 16:02:29 +00:00
Rizwan Idrees
2adecd33ad bug fix for version field 2013-02-06 12:49:37 +00:00
Rizwan Idrees
d65da524e5 renamed and fixed unit tests 2013-02-05 14:57:36 +00:00
Rizwan Idrees
965a55e141 renamed and fixed unit tests 2013-02-05 14:44:36 +00:00
Rizwan Idrees
ad24967b53 added version support and upgraded the version of elasticsearch to 0.20.4 2013-02-05 12:58:33 +00:00
Mohsin Husen
92a18bd0fb Fixed issue related to nested objects 2013-02-01 12:37:03 +00:00
Mohsin Husen
8d65d92b4a Updated Test Cases 2013-01-29 13:33:16 +00:00
Mohsin Husen
7d187635a9 Updated Documentation 2013-01-28 16:16:53 +00:00
Mohsin Husen
8970785ab8 Added Support for IN Query and Added more test cases 2013-01-28 15:34:13 +00:00
Mohsin Husen
67af1a1458 Added Documentation and More Tests 2013-01-28 10:05:24 +00:00
Rizwan Idrees
e7b097caee Add documentation and tests 2013-01-25 17:37:02 +00:00
Rizwan Idrees
75189a656d Ignored failing tests 2013-01-24 17:46:54 +00:00
Rizwan Idrees
54a1f186d7 Adding missing files 2013-01-24 17:37:03 +00:00