Skip to content
Snippets Groups Projects
Commit 1b9505a7 authored by M Parker's avatar M Parker
Browse files

Changing settings on the ElasticsearchHighlighter processor does not require...

Changing settings on the ElasticsearchHighlighter processor does not require us to rebuild the index.
parent 09f31925
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,13 @@ class ElasticsearchHighlighter extends ProcessorPluginBase implements PluginForm
$query->setOption('highlight', $this->buildHighlightQueryFragment());
}
/**
* {@inheritdoc}
*/
public function requiresReindexing(array $old_settings = NULL, array $new_settings = NULL) {
return FALSE;
}
/**
* Create an excerpt from ElasticSearch output.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment