diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties index e9158f12ec6279bbf3c2e5b748dc75aa3f1e688d..2aa3c1e8ee3237e64cbf05a23f685f5e7a1beb1e 100644 --- a/integration-tests/templates/openBIS-server/service.properties +++ b/integration-tests/templates/openBIS-server/service.properties @@ -43,4 +43,14 @@ session-timeout = 30 database-instance = CISD # Base URL of the data set download service -dataset-download-service-base-url = http://localhost:8081/dataset-download \ No newline at end of file +dataset-download-service-base-url = http://localhost:8081/dataset-download + +# Hibernate Search +# The working directory. +hibernate.search.index-base = indices +# One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH. +# If not specified, default (SKIP_IF_MARKER_FOUND) is taken. +hibernate.search.index-mode = NO_INDEX +# Defines the maximum number of elements indexed before flushing the transaction-bound queue. +# Default is 1000. +hibernate.search.batch-size = 1000 \ No newline at end of file