summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-03-01 10:29:31 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-03-04 09:54:45 -0100
commit3bdc78e981576b4c965cd9f6965d26f9b3b68292 (patch)
treee465893d3a9ca4fef0d19f593adcf05e4b3660fe /lib
parent4ac0375f89cdbfc8ae7fc8d199cf0dd55079cb8a (diff)
downloadnextcloud-server-3bdc78e981576b4c965cd9f6965d26f9b3b68292.tar.gz
nextcloud-server-3bdc78e981576b4c965cd9f6965d26f9b3b68292.zip
fixing INDEX_DONE
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/FullTextSearch/Model/IIndex.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php
index 650a0d62707..c1c83db2d4b 100644
--- a/lib/public/FullTextSearch/Model/IIndex.php
+++ b/lib/public/FullTextSearch/Model/IIndex.php
@@ -59,9 +59,8 @@ interface IIndex {
const INDEX_PARTS = 16;
const INDEX_FULL = 28;
const INDEX_REMOVE = 32;
-
- const INDEX_DONE = 32;
- const INDEX_FAILED = 64;
+ const INDEX_DONE = 64;
+ const INDEX_FAILED = 128;
const ERROR_FAILED = 1;
const ERROR_FAILED2 = 2;