igniterealtime / openfire-monitoring-plugin

Adds support for chat archiving and server statistics to Openfire
Apache License 2.0
18 stars 27 forks source link

Allow full-text search / indexing to be disabled #376

Closed guusdk closed 7 months ago

guusdk commented 7 months ago

The search functionality provided by this plugin offers a full text search feature. This depends on a Lucene index, that's being updated.

In certain setups, the overhead of the maintenance of this index outweighs the benefit (especially when full-text search is not supported by the clients). Especially when the amount of messages is large, (re)building the index adds undesirable overhead.

It should be possible to disable full-text search, which should disable the Lucene index maintenance.

guusdk commented 7 months ago

Closing this as a duplicate of #354