Skip to content
Snippets Groups Projects
Commit 0844ac77 authored by buczekp's avatar buczekp
Browse files

skip indexing at startup if marker found

SVN: 15751
parent 50c5d23a
No related merge requests found
......@@ -52,7 +52,7 @@ hibernate.search.index-base = ./targets/indices-${database.kind}
# 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 = SKIP_IF_MARKER_FOUND
hibernate.search.index-mode = INDEX_FROM_SCRATCH
hibernate.search.index-mode = SKIP_IF_MARKER_FOUND
# Defines the maximum number of elements indexed before flushing the transaction-bound queue.
# Default is 1000.
hibernate.search.batch-size = 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment