The picturesafe team is proud to announce picturesafe-search 3.2.0!

This release marks the second public release in the development of picturesafe-search.

picturesafe-search is an open source Java framework that allows for ultra fast adoption of Elasticsearch queries capabilities to old and new java applications.

You can find out more about picturesafe-search at https://picturesafe-search.io

We use semantic versioning for the development of picturesafe-search.

Using this release

With Apache Maven add this dependency to your pom.xml:

<dependency>
    <groupId>de.picturesafe.search</groupId>
    <artifactId>picturesafe-search</artifactId>
    <version>3.2.0</version>
</dependency>

Or clone the GitHub repository and build the distribution yourself.

Have fun!

— The picturesafe-search team

CHANGELOG

Bug

  • Fixed processing of comparison LIKE and NOT_LIKE on ValueExpression
  • Fixed build on Java 11
  • Fixed build pgp signing only on release

New Feature

  • Added IndexObject to provide a simple way to add Java pojos to the Elasticsearch index.

Improvement

  • Improved searches on nested fields
  • Refactored some expressions to improve usability