diff options
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndex.php')
-rw-r--r-- | lib/public/FullTextSearch/Model/IIndex.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php index 1a8b5d875ba..dad10c934de 100644 --- a/lib/public/FullTextSearch/Model/IIndex.php +++ b/lib/public/FullTextSearch/Model/IIndex.php @@ -85,6 +85,17 @@ interface IIndex { /** + * Get the collection of the index. + * If empty (''), means collection is the default one used by the internal framework + * + * @since 24.0.0 + * + * @return string + */ + public function getCollection(): string; + + + /** * Set the source of the original document. * * @since 15.0.0 |