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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IFullTextSearchProvider.php')
-rw-r--r--lib/IFullTextSearchProvider.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/IFullTextSearchProvider.php b/lib/IFullTextSearchProvider.php
index 91c4c42..57089ba 100644
--- a/lib/IFullTextSearchProvider.php
+++ b/lib/IFullTextSearchProvider.php
@@ -96,7 +96,9 @@ interface IFullTextSearchProvider {
/**
* fill a chunk of documents with more content, prior to index.
+ *
* @deprecated
+ *
* @param IndexDocument[] $chunk
*
* @return IndexDocument[]