Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-02-03 14:35:06 +0300
committerMaxence Lange <maxence@artificial-owl.com>2022-02-03 14:35:06 +0300
commit144e83520b9fc4b603f223ec5b69a9f5df1e607c (patch)
treefc9737407770f204d380f3842f8eb85ab5827982
parente167d7f44ce9adb43b021e83b8782d3413081e45 (diff)
+getCollection(): string;
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/public/FullTextSearch/Model/IIndex.php11
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