mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #30990 from nextcloud/enh/noid/fulltextsearch-collection
FullTextSearch/IIndex: +getCollection(): string;
This commit is contained in:
commit
68b2463107
1 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue