diff --git a/src/app/convert/scripts/FullTextScript.php b/src/app/convert/scripts/FullTextScript.php index 0069d6b78f372f4d10abf2a8f963676388f43ccd..dbfef33890e2642a4d7f04f52c9be3a4a088357d 100644 --- a/src/app/convert/scripts/FullTextScript.php +++ b/src/app/convert/scripts/FullTextScript.php @@ -24,8 +24,9 @@ use SrcCore\models\DatabasePDO; use User\models\UserModel; // SAMPLE COMMANDS : -// Launch index fulltext for specific document(for res_letterbox) : php FullTextScript.php --customId yourcustom --collId letterbox_coll --userId 10 -// Launch reindex failed fulltext (for res_letterbox) : php FullTextScript.php --customId yourcustom --collId letterbox_coll --mode reindex +// (in root app) +// Launch index fulltext for specific document(for res_letterbox) : php src/app/convert/scripts/FullTextScript.php --customId yourcustom --collId letterbox_coll --userId 10 +// Launch reindex failed fulltext (for res_letterbox) : php src/app/convert/scripts/FullTextScript.php --customId yourcustom --collId letterbox_coll --mode reindex // ARGS // --customId : instance id;