Bio
Yoann Rodière
I work in the Hibernate team at Red Hat. I'm currently focusing on Hibernate Search, but I also work on Hibernate Validator and am involved in Quarkus.
Tags
AeroGear
Arquillian
Bean Validation
Byteman
CDI
Ceylon
Discussions
Eclipse
Elasticsearch
Events
HANA
Hibernate OGM
Hibernate ORM
Hibernate Reactive
Hibernate Search
Hibernate Shards
Hibernate Validator
Infinispan
Interview
JBoss AS
JBoss Asylum
JBoss Forge
JBoss Tools
JPA
JSF
JSR 352
Java EE
Lucene
Newsletter
Off topic
Performance
PicketLink
Quarkus
Releases
Rich Faces
Seam
Weld
WildFly
asylum
git
minishift
swarm
Authors
With Elasticsearch support coming as a technological preview in Hibernate Search 5.6, you would think we’re leaving out other features. Well, think again! Enters the Sort DSL, which will work with Elasticsearch of course, but also with the good ol' Lucene backend.
The point here is to provide an API to build sort descriptions easily, without knowing everything about Hibernate Search features added on top of Lucene, such as DistanceSortField
. And while we’re at it, we’re making it a modern, fluid API.