[ 'data' => [ "index.mapping.total_fields.limit" => 12000 ] ], 'indexer' => [ "raw.text" => true, "experimental.file.ingest" => true, "throw.exception.on.illegal.argument.error" => false ], "query" => [ "highlight.fragment" => [ "type" => "unified" ] ] ]; return [ /** * @see $smwgDefaultStore */ 'smwgDefaultStore' => 'SMW\Elastic\ElasticStore', /** * @see $smwgElasticsearchConfig */ 'smwgElasticsearchConfig' => array_replace_recursive( $GLOBALS['smwgElasticsearchConfig'], $extraSettings ), ];