<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later -->

<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->

<h1>Elasticsearch analyzer</h1>

<p>The Elasticsearch analyzer performs the analysis process of the search database.</p>

<p>Mahara uses the built-in <strong>mahara_analyzer</strong>.</p>

<p><a href="https://www.elastic.co/guide/en/elasticsearch/reference/8.4/analysis-custom-analyzer.html">Read the Elasticsearch instructions</a> if you wish to use a different analyzer.</p>

<p>This setting cannot be changed through the web interface. You may change it by setting a value in your config.php file for the following config variable:</p>

<p><code>$cfg->plugin_search_elasticsearch_analyzer</code>.</p>

<p>It is recommended that you don't change the default "mahara_analyzer"

unless you know what you are doing.</p>