Introduction

picturesafe-search is a Java service wrapper for the search engine Elasticsearch.

It allows the fast, flexible and easy integration of Elasticsearch functions into new or existing Java applications.

The following features are included:

  • Functions for creating and maintaining Elasticsearch indices
    • Create field definitions
    • Create and delete Elasticsearch indices
    • Add and remove documents
  • Query API for creating simple and complex (nested) search queries.
    • Fulltext queries
    • Field queries
    • Complex queries
  • Filter builder API for easy implementation of customized search filters
  • Aggregation builder API for easy implementation of customized aggregation builders (facets)

Ready to get started?

GitHub Repositories