summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-02-03 10:35:06 -0100
committerMaxence Lange <maxence@artificial-owl.com>2022-02-03 10:35:06 -0100
commit144e83520b9fc4b603f223ec5b69a9f5df1e607c (patch)
treefc9737407770f204d380f3842f8eb85ab5827982 /lib/public/FullTextSearch/Model
parente167d7f44ce9adb43b021e83b8782d3413081e45 (diff)
downloadnextcloud-server-144e83520b9fc4b603f223ec5b69a9f5df1e607c.tar.gz
nextcloud-server-144e83520b9fc4b603f223ec5b69a9f5df1e607c.zip
+getCollection(): string;
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/public/FullTextSearch/Model')
-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