summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model/IIndex.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndex.php')
-rw-r--r--lib/public/FullTextSearch/Model/IIndex.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php
index d8a1db1a1b7..650a0d62707 100644
--- a/lib/public/FullTextSearch/Model/IIndex.php
+++ b/lib/public/FullTextSearch/Model/IIndex.php
@@ -56,8 +56,9 @@ interface IIndex {
const INDEX_META = 4;
const INDEX_CONTENT = 8;
- const INDEX_FULL = 12;
- const INDEX_REMOVE = 16;
+ const INDEX_PARTS = 16;
+ const INDEX_FULL = 28;
+ const INDEX_REMOVE = 32;
const INDEX_DONE = 32;
const INDEX_FAILED = 64;