wikimedia/mediawiki-extensions-CirrusSearch

View on GitHub
includes/MetaStore/MetaStore.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace CirrusSearch\MetaStore;

/**
 * A component of the metastore index.
 */
interface MetaStore {

    /**
     * @return array the mapping
     */
    public function buildIndexProperties();
}