As part of the entity examination, the following {{PLURAL:$1|issue was|issues were}} found and it is suggested to carefully review {{PLURAL:$1|the issue|them}} and take appropriate {{PLURAL:$1|action|actions}}.
The Elasticsearch connection handler has thrown a bad request exception ("400 conflict http error") indicating a continuing issue during replication and search requests.
The replication monitoring has found that "$1" is missing a [[Property:File attachment|File attachment]] annotation indicating that the file ingest processor hasn't started or isn't finished.
Please ensure that the [https://www.semantic-mediawiki.org/wiki/Help:ElasticStore/File_ingestion file ingest] job is scheduled and executed before the annotation and file index is made available.
The Elasticsearch replication is currently restricted because it operates in a [https://www.semantic-mediawiki.org/wiki/Help:ElasticStore/Maintenance_mode <b>maintenance mode</b>], changes to entities and pages are <b>not</b> immediately visible and query results may contain outdated information.
It is suggested to edit or purge the page to remove the discrepancy. If the issue remains then check the Elasticsearch cluster itself (allocator, exceptions, disk space etc.).
It is suggested to contact the wiki administrator to check whether an [https://www.semantic-mediawiki.org/wiki/Help:ElasticStore/Index_rebuild index rebuild] is currently in progress or the <code>refresh_interval</code> hasn't been set to the expected default value.
To enable the extension and avoid issues with namespace declarations and pending configurations it is necessary to use <code>enableSemantics</code> which will ensure required variables are set before loading the extension via the <code>ExtensionRegistry</code>.
Please have a look at the [https://www.semantic-mediawiki.org/wiki/Help:EnableSemantics enableSemantics] help page for further assistance.
The extension was <b>not</b> loaded using <code>enableSemantics</code> and instead enabled by other means such as using <code>wfLoadExtension( 'SemanticMediaWiki' )</code> directly.