Oliver Gierke
b83bed4b7f
DATAES-134 - Updated changelog.
2015-01-20 07:58:51 +01:00
Oliver Gierke
3b2d39a8f2
DATAES-133 - Updated changelog.
2015-01-20 07:58:43 +01:00
Oliver Gierke
8162a20da7
DATAES-128 - Updated changelog.
2015-01-20 07:58:32 +01:00
Oliver Gierke
c189c1c8f2
DATAES-122 - After release cleanups.
2014-08-27 12:37:02 +02:00
Spring Buildmaster
7d8dabb806
DATAES-122 - Prepare next development iteration.
2014-08-27 03:29:45 -07:00
Spring Buildmaster
0ffd90552d
DATAES-122 - Release version 1.0.4.RELEASE (Dijkstra SR4).
1.0.4.RELEASE
2014-08-27 03:29:43 -07:00
Oliver Gierke
914c2892f9
DATAES-122 - Prepare 1.0.4.RELEASE (Dijkstra SR4).
2014-08-27 11:28:27 +02:00
Oliver Gierke
11d91de0ab
DATAES-122 - Updated changelog.
2014-08-27 11:28:18 +02:00
Oliver Gierke
4ff42f1b2f
DATAES-119 - Updated changelog.
2014-08-27 07:36:40 +02:00
Oliver Gierke
99d4f4a619
DATAES-107 - After release cleanups.
2014-07-28 12:24:58 +02:00
Spring Buildmaster
fe757560ed
DATAES-107 - Prepare next development iteration.
2014-07-28 03:20:56 -07:00
Spring Buildmaster
6c79b5a6a3
DATAES-107 - Release version 1.0.2.RELEASE (Dijkstra SR2).
1.0.2.RELEASE
2014-07-28 03:20:54 -07:00
Oliver Gierke
fff436a2af
DATAES-107 - Prepare 1.0.2.RELEASE (Dijkstra SR2).
2014-07-28 10:20:04 +02:00
Oliver Gierke
8f01a48b52
DATAES-107 - Updated changelog.
2014-07-28 10:19:55 +02:00
Oliver Gierke
02e6aa44c2
DATAES-102 - Updated changelog.
2014-07-25 07:55:40 +02:00
Oliver Gierke
379900e035
DATAES-99 - After release cleanups.
2014-06-30 16:47:28 +02:00
Spring Buildmaster
6ba2ed9d0d
DATAES-99 - Prepare next development iteration.
2014-06-30 07:07:18 -07:00
Spring Buildmaster
d298bc727c
DATAES-99 - Release version 1.0.1.RELEASE (Dijkstra SR1).
1.0.1.RELEASE
2014-06-30 07:07:15 -07:00
Oliver Gierke
179e626cb5
DATAES-99 - Prepare 1.0.1.RELEASE (Dijkstra SR1).
2014-06-30 16:00:55 +02:00
Oliver Gierke
b7f2d4bcc7
DATAES-99 - Updated changelog.
2014-06-30 16:00:10 +02:00
Oliver Gierke
4aa6e7fc9b
DATAES-90 - Prepare next development iteration.
2014-06-30 15:59:58 +02:00
Spring Buildmaster
c1bffb0324
DATAES-90 - Release version 1.0.0.RELEASE.
1.0.0.RELEASE
2014-05-20 09:47:43 -07: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
Mohsin Husen
4fa8a31148
DATAES-87 - post release cleanups.
2014-05-03 10:52:13 +01:00
Oliver Gierke
dbaabdeca0
DATAES-87 - After release cleanups.
2014-05-02 15:25:21 +02:00
Spring Buildmaster
0f4dc51ad9
DATAES-87 - Prepare next development iteration.
2014-05-02 05:29:55 -07:00
Spring Buildmaster
173a6cf326
DATAES-87 - Release 1.0.0.RC1.
2014-05-02 05:29:53 -07:00
Oliver Gierke
ea6de5aab2
DATAES-87 - Switched to tabs in pom.xml.
2014-05-02 14:27:52 +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
1b18da2e21
DATAES-83 - Upgrade to elasticsearch 1.1.1
2014-04-21 17:45:01 +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
1eafa61cc9
DATAES-80 - Update github url in pom.xml
2014-04-07 14:00:23 +01:00
Mohsin Husen
9e97dec225
DATAES-70 - Alias creation with routing not supported
...
added routing parameters
2014-04-03 16:49:50 +01:00
Mohsin Husen
3453f30a26
DATAES-78 - Typo
2014-03-31 17:10:21 +01:00
Spring Buildmaster
645e2b77c3
DATAES-78 - Prepare next development iteration.
2014-03-31 17:48:59 +02:00