Class ElasticsearchAnySearchDAO

java.lang.Object
org.apache.syncope.core.persistence.common.dao.AbstractAnySearchDAO
org.apache.syncope.core.persistence.elasticsearch.dao.ElasticsearchAnySearchDAO
All Implemented Interfaces:
AnySearchDAO

public class ElasticsearchAnySearchDAO extends AbstractAnySearchDAO
Search engine implementation for users, groups and any objects, based on Elasticsearch.
  • Field Details

    • ID_PROPS

      protected static final Set<String> ID_PROPS
    • client

      protected final co.elastic.clients.elasticsearch.ElasticsearchClient client
    • indexMaxResultWindow

      protected final int indexMaxResultWindow
  • Constructor Details

  • Method Details