CompactPhraseIndex
Whether to compact the phrase index during DRECOMPACT operations (both scheduled operations and those that you start manually).
IDOL does not compact the phrase index by default, because it can take a significant amount of time for large indexes.
TIP: Without regular compaction of the phrase index, auto-complete might suggest phrases that appear only in deleted documents. To prevent this you can manually update the phrase index with the DREREGENERATE action:
/DREREGENERATE?Type=Phrase
This does not require you to restart the Content component.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Schedule |
Example: | CompactPhraseIndex=True
|
See Also: | Compact |