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/Api/v1/FullTextSearch.php')
-rw-r--r--lib/Api/v1/FullTextSearch.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Api/v1/FullTextSearch.php b/lib/Api/v1/FullTextSearch.php
index 6ae451b..5d25f1d 100644
--- a/lib/Api/v1/FullTextSearch.php
+++ b/lib/Api/v1/FullTextSearch.php
@@ -29,7 +29,6 @@ namespace OCA\FullTextSearch\Api\v1;
use OCA\FullTextSearch\Service\ConfigService;
use OCA\FullTextSearch\AppInfo\Application;
-use OCA\FullTextSearch\Model\ExtendedIndex;
use OCA\FullTextSearch\Model\Index;
use OCA\FullTextSearch\Service\IndexService;
use OCA\FullTextSearch\Service\ProviderService;
@@ -97,7 +96,7 @@ class FullTextSearch {
* @param string $providerId
* @param string|int $documentId
*
- * @return ExtendedIndex
+ * @return Index
* @throws QueryException
*/
public static function getIndex($providerId, $documentId) {
@@ -189,4 +188,4 @@ class FullTextSearch {
->isProviderIndexed($providerId);
}
-} \ No newline at end of file
+}