The picturesafe team announces the release of picturesafe-search 3.4.1.

This release contains two small improvements.

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 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.4.1</version>
</dependency>

Or clone the GitHub repository and build the distribution yourself.

Have fun!

— The picturesafe-search team

CHANGELOG

Improvement

  • The elasticsearch.properties classpath can now be set by environment variable.
  • Optimized query loggin, please see the documentation for details.