Mohsin Husen
c80c5e1244
Refactor : removed unused dependency
2013-04-20 11:56:16 +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
aea8dd9d09
changed spring beans xsd version to 3.1
2013-04-12 11:50:42 +01:00
Mohsin Husen
710eda8362
Merge remote-tracking branch 'origin/master'
2013-04-11 15:35:10 +01:00
Mohsin Husen
e6cc2a8684
removed unused commented code
2013-04-11 15:34:39 +01:00
Mohsin Husen
7c2d0622c4
Update README.md
...
Sample Application Path in Documentation
2013-04-11 12:29:59 +02:00
Mohsin Husen
cf91d82e81
Documentation for method which will return List<T>
...
Documentation for method which will return List<T>
2013-04-10 10:54:48 +02:00
Mohsin Husen
3fd3286386
Update README.md
2013-04-10 10:52:51 +02: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
6e57235fa9
Update README.md
2013-04-05 12:23:13 +02:00
Mohsin Husen
0d072ab114
bug fix : custom repository methods should work with pageable request
2013-04-03 17:42:13 +01:00
Mohsin Husen
23e7a0a9b6
updated documentation
2013-03-25 10:13:16 +00:00
Rizwan Idrees
8fc70b59e0
Upgraded spring version to 3.1.4.RELEASE
...
(https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/18 )
2013-03-22 15:07:25 +00: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
a973512a9c
indexName is mandatory
2013-03-22 10:57:33 +00:00
Rizwan Idrees
5e3f23127b
removed version
2013-03-22 10:56:43 +00:00
Rizwan Idrees
5956956392
removed System.out
2013-03-22 10:54:06 +00:00
Mohsin Husen
336abe72ce
corrected build failure
2013-03-20 13:05:52 +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
Rizwan Idrees
e9eed44b98
replaced Integer.MAX_VALUE from findAll(Sort sort) with actual count
2013-03-20 11:00:24 +00:00
Rizwan Idrees
923273955b
Merge remote-tracking branch 'origin/master'
2013-03-20 09:38:00 +00:00
Rizwan Idrees
7853e3da71
Fix for pagination issue https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/15
2013-03-20 09:37:21 +00:00
Mohsin Husen
8b4da081eb
Merge remote-tracking branch 'origin/master'
2013-03-19 18:06:00 +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
c78bfc0f5c
Added support for searchSimilar in ElasticsearchRepository
...
https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/4
2013-03-19 17:26:32 +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
f53c1bc660
fixed bug for page size
2013-03-14 17:57:43 +00:00
Mohsin Husen
6603a675b3
Upgraded to elasticsearch version 0.20.5 release
2013-03-08 11:44:09 +00:00
Mohsin Husen
6a52621dcc
Update .gitignore
...
Ignore project files created by Eclipse
2013-03-06 10:03:19 +00:00
Mohsin Husen
62618cb839
Update README.md
2013-03-05 17:20:09 +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
Mohsin Husen
c689470cac
Enhancement for random Id of elasticsearch if an entity does not have one
2013-03-05 13:50:02 +00:00
Rizwan Idrees
e54b263be9
1) added support for queryForIds
...
2) added support for scan and scroll
2013-02-21 14:02:04 +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
9c2a541d95
Upgraded to Spring Data Commons to 1.5 (Arora Release). https://github.com/BioMedCentralLtd/spring-data-elasticsearch/issues/7
2013-02-15 10:20:20 +00:00
Mohsin Husen
dd89c34eca
Update README.md
...
updated contact details
2013-02-06 16:23:32 +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
c3f7309b9f
bug fix for version field
2013-02-06 11:58:15 +00:00
Rizwan Idrees
2ab686c1d4
bug fix for version field
2013-02-06 11:57:10 +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
0818015434
Update README.md
2013-02-03 11:33:39 +00:00
Mohsin Husen
68b4cc2c6a
Update README.md
2013-02-03 11:32:44 +00:00