diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/FullTextSearch/Model/IIndex.php | 5 |
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; |