1
0
mirror of synced 2026-09-06 07:59:39 +00:00
Commit Graph

211 Commits

Author SHA1 Message Date
Oliver Gierke daebfd4f20 DATAES-128 - Prepare 1.1.0.RELEASE (Evans GA). 2014-09-05 09:23:54 +02:00
Oliver Gierke 7591c46874 DATAES-128 - Updated changelog. 2014-09-05 09:23:44 +02:00
Oliver Gierke f2a047aaaf DATAES-122 - Updated changelog. 2014-09-05 07:56:32 +02:00
Mark Paluch 95fc878c53 DATAES-123 - Improved detection of custom implementations for CDI repositories.
Adapted to API changes in CDI extension.

Related ticket: DATACMNS-565.
Original pull request: #74.
2014-09-01 15:30:05 +02:00
anton-martynov 89730fe7b1 DATAES-125 - The name of the isAnnotated method doesn't correspond to method body 2014-08-31 11:27:32 +01:00
Kevin Leturc 1ea9920a0d DATAES-106 - Add support for countBy projection 2014-08-31 10:50:57 +01:00
Oliver Gierke c866664acc DATAES-120 - Polished reference documentation. 2014-08-22 15:27:44 +02:00
Mohsin Husen 479a670e2f DATAES-94 - upgrade to latest elasticsearch 1.3.2 driver 2014-08-17 09:50:55 +01:00
Mohsin Husen 097c5f68ce DATAES-46 - Apply code formatting 2014-08-17 09:47:36 +01:00
Oliver Gierke 76952c7fc2 DATAES-119 - Prepare 1.1.0.RC1 (Evans RC1). 2014-08-13 15:05:21 +02:00
Oliver Gierke 858ae6eb03 DATAES-119 - Updated changelog. 2014-08-13 15:05:12 +02:00
Oliver Gierke b0513c2a8c DATAES-107 - Updated changelog. 2014-08-13 11:08:01 +02:00
Greg Turnquist 31797fad6e DATAES-114 - Migrate to Asciidoctor for reference documentation.
Converted existing docbook material to Asciidoctor and applied Spring styling.
2014-08-12 14:52:00 +02:00
Mark Paluch b77b8ba0f2 DATAES-113 Add support for custom implementations in CDI repositories 2014-08-10 12:05:46 +01:00
Mohsin Husen 1f99dcb911 DATAES-97 - UpdateQuery and UpdateBuilder should use UpdateRequest instead of the IndexRequest 2014-08-10 11:58:10 +01:00
xjrk58 0317dcb275 DATAES-97 - Use UpdateRequest instead of IndexRequest 2014-08-10 11:25:45 +01:00
Mohsin Husen cf54ba4e8f DATAES-46 - Apply code formatting 2014-08-09 15:14:37 +01:00
Florian Hopf 705adf25f2 DATAES-117 - Displaying proper error message for entities that don't have an Id 2014-08-09 14:57:32 +01:00
Artur Konczak 2bca32bb86 DATAES-93 Added test to validate SpEL for indexName 2014-08-08 09:32:35 +01:00
gpanthe 873dcca561 DATAES-93 Make fully ApplicationContextAware, allows bean resolvers. 2014-08-07 21:15:52 +01:00
gpanthe a92af0e3e5 DATAES-93 Allow Spring EL usage in index name attribute of @Document 2014-08-07 21:15:51 +01:00
Mohsin Husen fa5d1b1e49 DATAES-46 - Apply code formatting 2014-07-20 17:07:57 +01:00
Franck MARCHAND 6d61dceab9 DATAES-89 - implements missing "near" in ElasticsearchQueryCreator 2014-07-17 16:56:32 +02:00
Franck MARCHAND 5faf54b67c DATAES-89 - implements missing "within" in ElasticsearchQueryCreator 2014-07-17 16:51:42 +02:00
Oliver Gierke 1b292a7001 DATAES-102 - Prepare 1.1.0.M1 (Evans M1). 2014-07-10 17:14:50 +02:00
Oliver Gierke 24c12585c2 DATAES-102 - Updated changelog. 2014-07-10 17:14:38 +02:00
Oliver Gierke 2f28a9c5c6 DATAES-99 - Updated changelog. 2014-07-10 17:10:56 +02:00
Rizwan Idrees ab7e870d5f DATAES-96 - Add support for aggregation in ElasticsearchTemplate 2014-06-12 17:25:00 +01:00
Oliver Gierke 407768ac7f DATAES-90 - Prepare 1.0 GA.
Tweaked README.md. Replaced Docbook index.xml as it apparently used a different encoding scheme.
2014-05-20 17:04:45 +02:00
Oliver Gierke 8fbd00dfa7 DATAES-90 - Updated changelog. 2014-05-20 16:26:34 +02:00
Oliver Gierke 4ff1ff86f2 DATAES-87 - Prepare 1.0.0.RC1.
Upgraded to Spring Data Parent 1.4.0.RC1 and Spring Data Commons 1.8.0.RC1. Switched to milestone repository.
2014-05-02 14:21:01 +02:00
Oliver Gierke fdc8bbe0a2 DATAES-87 - Updated changelog. 2014-05-02 14:16:56 +02:00
Artur Konczak 7bb409887e DATAES-81 - extended RangeFacetRequest to support string ranges 2014-05-01 15:16:40 +01:00
Mohsin Husen 230c041d83 DATAES-88 - add method createIndex(Class<T> clazz, Object settings) 2014-05-01 11:46:20 +01:00
Oliver Gierke 3261af3f5a DATAES-87 - Polished changelog.
Introduced headline to make sure we can automate the changelog creation going forward. Made sure formatting is consistent.
2014-04-30 17:31:40 +02:00
Mohsin Husen 9ce87f147a DATAES-86 - Add dynamic mapping(json) using @Mapping annotation 2014-04-30 11:48:00 +01:00
Mohsin Husen 8c63f3ee22 DATAES-82 - findAll(Iterable<ID> ids) does not work with Collections
terms query does not support iterable, converted Iterable to Collection
2014-04-29 12:01:47 +01:00
Mohsin Husen ad0409c7ae DATAES-63 - Ability to add mapping using arbitrary JSON and XContentBuilder using ElasticsearchTemplate 2014-04-25 16:00:56 +01:00
Mohsin Husen 6b6f3beabe DATAES-85 - Add support to get elasticsearch mappings 2014-04-24 15:19:00 +01:00
Mohsin Husen 5ca0ed7ff1 DATAES-84 - Add field criteria with searchQuery not supported in scan and scroll
- added support for fields in scan and scroll
- fixed build failure, separated aliasTests
2014-04-23 12:29:32 +01:00
Mohsin Husen 55219c947e DATAES-77 - Search across different indices
applied Spring Data coding/formatting rules
2014-04-21 17:26:08 +01:00
abdul d24a92547f DATAES-77 - Search across different indices
Add test to demonstrate searching into heterogeneous indexes and building entities of different types. In a nutshall, the responsiblity lies with the client, spring data elasticsearch cannot and should not try to discover entity types, as that would leading building an object composition logic which is not the core area of this library.

With this test, we demonstrate the usage of SearchResultMapper to compose an aggregator object that holds properties from two dfferent entities, The Aggregator is declared as a document but is not indexes (This is not ideal) and we don't recommend to declare @Documents that are not indexed. Please use this as just a pointer to implement SearchResultMapper, this demostartion is not meant to be duplicated in your production systems. There are better ways to compose hetro objects from multi index searches.
2014-04-17 09:26:11 +01:00
abdul 09e3e94b3b DATAES-77 - Search across different indices
Add a test to demonstrate searching across multiple indices.
2014-04-16 13:24:56 +01:00
Mohsin Husen 0eb230cb1f DATAES-66 - Add Ip support to FieldType
renamed from DynamicMappingAndSettingTests to LogEntityTests
2014-04-09 16:00:39 +01:00
Mohsin Husen 0307803316 DATAES-66 - Add Ip support to FieldType
added test cases for FieldType.Ip
2014-04-09 15:56:35 +01:00
Aggelos Karalias cbe549694e DATAES-66 - Add Ip support to FieldType
This is as trivial as adding a value to the FieldType enum. It doesn't have any
extra properties following the IP type so the
MappingBuilder.addSingleFieldMapping will do the job.
2014-04-09 10:42:21 +01:00
Mohsin Husen 9e97dec225 DATAES-70 - Alias creation with routing not supported
added routing parameters
2014-04-03 16:49:50 +01:00
Oliver Gierke 004e758e0b DATAES-78 - Prepare 1.0 M2. 2014-03-31 17:39:48 +02:00
Mohsin Husen fee9273cb8 DATAES-78 - Release 1.0 M2
updated changelog
2014-03-27 11:20:46 +00:00
Mohsin Husen 1a62161bbc DATAES-78 - Release 1.0 M2
added changelog for 1.0 M2
2014-03-27 10:17:26 +00:00