igniterealtime/openfire-monitoring-plugin

Allow text search to be disabled

guusdk opened this issue · 0 comments

guusdk commented

Text search is based on Lucene indices. These indices take resources to generate. That is typically a negligible amount, but for very large amounts of data, this can add up (eg: Ignite's 10.5 million records take about 7 minutes to be fully indexed).

If text search is not used, then this is a waste of resources. A configuration option should be added to disable this functionality.