Merge pull request #30990 from nextcloud/enh/noid/fulltextsearch-collection

FullTextSearch/IIndex: +getCollection(): string;
This commit is contained in:
Simon L 2022-02-04 00:18:17 +01:00 committed by GitHub
commit 68b2463107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,17 @@ interface IIndex {
public function getDocumentId(): string;
/**
* 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.
*