Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
All
Description
Three new properties that can be used to reduced the amount of time needed to reindex the search index has been added to portal(-ext).properties.
#
- Set how often index updates will be committed. Set the batch size to
- configure how many consecutive updates will trigger a commit. If the value
- is 0, then the index will be committed on every update. Set the time
- interval in milliseconds to configure how often to commit the index. The
- time interval is not read unless the batch size is greater than 0 because
- the time interval works in conjunction with the batch size to guarantee
- that the index is committed after a specified time interval. Set the time
- interval to 0 to disable committing the index by a time interval.
#
lucene.commit.batch.size=0
lucene.commit.time.interval=0
#
- Set Lucene's buffer size in megabytes. Higher numbers mean indexing goes
- faster but uses more memory.
#
lucene.buffer.size=16
Attachments
Issue Links
- is related to
-
LPS-5837 Improve reindex performance
- Closed