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
path: root/lib/Model
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-12-29 14:20:11 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-12-29 14:20:11 +0300
commit2161d22f149caddec9ac326fa89c978334bc9d7e (patch)
tree660e7a0bbdd97c14aa80699c2982436b1cb589a8 /lib/Model
parentea0d593bf62a70edd9739b87a4422f51ba29d4bd (diff)
const on failedv0.3.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/Index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/Index.php b/lib/Model/Index.php
index 5d0f14a..4cf1b2c 100644
--- a/lib/Model/Index.php
+++ b/lib/Model/Index.php
@@ -30,6 +30,7 @@ namespace OCA\FullNextSearch\Model;
class Index implements \JsonSerializable {
const STATUS_INDEX_IGNORE = 16;
+ const STATUS_INDEX_FAILED = 32;
const STATUS_INDEX_THIS = 1;
const STATUS_INDEX_DONE = 2;
const STATUS_REMOVE_DOCUMENT = 4;