Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow text search to be disabled #354

Open
guusdk opened this issue Feb 16, 2023 · 0 comments
Open

Allow text search to be disabled #354

guusdk opened this issue Feb 16, 2023 · 0 comments

Comments

@guusdk
Copy link
Member

guusdk commented Feb 16, 2023

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.

guusdk added a commit to guusdk/openfire-monitoring-plugin that referenced this issue Mar 21, 2024
This introduces a new system property, `conversation.search.index-enabled`, that, when set to 'false', disables the full-text search functionality and corresponding indexing tasks.

Disabling this functionality can save some resources on instances that do not use the feature, and have a large amount of messages in their database.
guusdk added a commit to guusdk/openfire-monitoring-plugin that referenced this issue Mar 21, 2024
This introduces a new system property, `conversation.search.index-enabled`, that, when set to 'false', disables the full-text search functionality and corresponding indexing tasks.

Disabling this functionality can save some resources on instances that do not use the feature, and have a large amount of messages in their database.
guusdk added a commit to guusdk/openfire-monitoring-plugin that referenced this issue Mar 21, 2024
This introduces a new system property, `conversation.search.index-enabled`, that, when set to 'false', disables the full-text search functionality and corresponding indexing tasks.

Disabling this functionality can save some resources on instances that do not use the feature, and have a large amount of messages in their database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant