Skip to content

Commit 9cad225

Browse files
committed
[HSEARCH] More succinct summaries for series
Sometimes, less is more. Compare to summaries of ORM releases: they're brief, but get the point accross. We don't need to list it all in such a small space.
1 parent e5c6c11 commit 9cad225

File tree

6 files changed

+18
-36
lines changed

6 files changed

+18
-36
lines changed

_data/projects/search/releases/6.0/series.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
summary: >-
2-
API overhaul.
3-
Safer and more concise Search DSL, more powerful bridges, smarter automatic indexing, nested documents.
4-
Upgrades to Lucene 8 and Elasticsearch 7.
2+
API overhaul,
3+
safer and more concise Search DSL, more powerful bridges,
4+
smarter automatic indexing,
5+
nested documents
56
license:
67
name: LGPL v2.1
78
url: https://raw.github.com/hibernate/hibernate-search/6.0/lgpl.txt

_data/projects/search/releases/6.1/series.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
summary: >-
2-
Asynchronous, distributed automatic indexing, OpenSearch compatibility, search DSL improvements, conditional mass indexing,
3-
ORM 5.6, Lucene 8.11, Elasticsearch 7.16,
4-
Jakarta EE artifacts, ORM 6 artifacts.
2+
Asynchronous, distributed automatic indexing,
3+
OpenSearch compatibility,
4+
conditional mass indexing,
5+
Jakarta EE / ORM 6 artifacts
56
license:
67
name: LGPL v2.1
78
url: https://raw.github.com/hibernate/hibernate-search/6.1/lgpl.txt

_data/projects/search/releases/6.2/series.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
summary: >-
2-
Standalone POJO Mapper, mapping of classes/records to projections using `@ProjectionConstructor`,
2+
Standalone POJO Mapper,
3+
projection to custom (annotated) types,
34
highlighting,
4-
indexing plan filters to suspend automatic indexing,
55
`excludePaths` for `@IndexedEmbedded`,
6-
search DSL improvements (including projections on object fields),
7-
Elasticsearch schema export,
8-
compatibility with Elasticsearch 8.9 and OpenSearch 2.9,
9-
upgrade of `-orm6` artifacts to Hibernate ORM 6.2.
6+
Elasticsearch schema export
107
status: limited-support
118
license:
129
name: LGPL v2.1

_data/projects/search/releases/7.0/series.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
summary: >-
2-
JDK 11 as a baseline,
3-
switch to Jakarta EE, compatibility with ORM 6.4 without `-orm6` artifacts,
4-
compatibility with Elasticsearch 8.10/8.11/8.12 and OpenSearch 2.9/2.10/2.11,
5-
upgrade to Lucene 9 in the Lucene backend,
6-
published Hibernate Search BOM,
7-
experimental compatibility with Amazon OpenSearch Serverless,
8-
dropped compatibility with EOL'd Elasticsearch versions 5.x, 6.x, 7.0-7.9 and OpenSearch versions 1.0-1.2,
9-
other bugfixes and improvements
2+
Switch to Jakarta EE / ORM 6.4 without `-orm6` artifacts,
3+
Hibernate Search BOM
104
status: limited-support
115
license:
126
name: LGPL v2.1

_data/projects/search/releases/7.1/series.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
summary: >-
2-
Vector search in both Lucene and Elasticsearch backends,
3-
allow looking up the capabilities of each field in the metamodel,
2+
Vector search,
43
new query string predicate,
5-
simplify entity registration in the Standalone POJO mapper,
6-
compatibility with Elasticsearch 8.12/8.13 and OpenSearch 2.12/2.13,
7-
upgrade to Lucene 9.9,
8-
other bugfixes, improvements and upgrades
4+
simplified Standalone POJO mapper
95
license:
106
name: LGPL v2.1
117
url: https://raw.github.com/hibernate/hibernate-search/7.1/lgpl.txt

_data/projects/search/releases/7.2/series.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
summary: >-
2-
Switch project license to Apache License 2.0,
3-
enable query string predicates on numeric/date fields,
4-
query parameters,
5-
document tree projection for the Lucene backend,
6-
new APIs to work with analyzers,
7-
compatibility with Elasticsearch 8.14 and 8.15,
8-
compatibility with OpenSearch 2.14, 2.15 and 2.16,
9-
upgrade to Lucene 9.11,
10-
upgrade to Hibernate ORM 6.6,
11-
other bugfixes, improvements and upgrades
2+
Re-licensing as Apache License 2.0,
3+
query string predicates on numeric/date fields,
4+
analyzer API
125
maven:
136
artifacts:
147
- artifact_id: hibernate-search-bom

0 commit comments

Comments
 (0)