File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22# are marked with '!'
33
44directory = ${HOME}/data/search
5- commitSeconds = 5
5+ # A value of 0 will disable automatic commits and rely on icat.server to explicitly call commit after creating new documents
6+ commitSeconds = 0
67# Lucene limits the max number of documents in an index to Integer.MAX_VALUE - 128
78maxShardSize = 2147483519
89ip = 127.0.0.1/32
Original file line number Diff line number Diff line change 22# are marked with '!'
33
44directory = ${HOME}/data/search
5- commitSeconds = 5
5+ # A value of 0 will disable automatic commits and rely on icat.server to explicitly call commit after creating new documents
6+ commitSeconds = 0
67maxShardSize = 2147483519
78ip = 127.0.0.1/32
89# A search taking longer than this will be cancelled to avoid blocking other users' searches
Original file line number Diff line number Diff line change 5454
5555 <dt>commitSeconds</dt>
5656 <dd>the interval in seconds between committing lucene changes to
57- disk and updating the index.</dd>
57+ disk and updating the index. Automatic commits can be disabled by setting to
58+ 0, in which case icat.server will need to explicitly commit after creating a
59+ batch of documents.</dd>
5860
5961 <dt>maxShardSize</dt>
6062 <dd>The maximum number of documents to store in a single index before "sharding"
You can’t perform that action at this time.
0 commit comments