diff --git a/bin/diagnoseIndexing.bat b/bin/diagnoseIndexing.bat new file mode 100644 index 0000000..f4d0c25 --- /dev/null +++ b/bin/diagnoseIndexing.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" + +php -Cq diagnose.php \ No newline at end of file diff --git a/bin/indexMigrationTask.bat b/bin/indexMigrationTask.bat new file mode 100644 index 0000000..6fb21ab --- /dev/null +++ b/bin/indexMigrationTask.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" + +php -Cq cronMigration.php \ No newline at end of file diff --git a/bin/indexingTask.bat b/bin/indexingTask.bat new file mode 100644 index 0000000..31cd70f --- /dev/null +++ b/bin/indexingTask.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" + +php -Cq cronIndexer.php \ No newline at end of file diff --git a/bin/optimizeIndexes.bat b/bin/optimizeIndexes.bat new file mode 100644 index 0000000..d0d5726 --- /dev/null +++ b/bin/optimizeIndexes.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" + +php -Cq optimise.php \ No newline at end of file diff --git a/bin/registerExtractorTypes.bat b/bin/registerExtractorTypes.bat new file mode 100644 index 0000000..74b7c5e --- /dev/null +++ b/bin/registerExtractorTypes.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" + +php -Cq registerTypes.php \ No newline at end of file diff --git a/bin/savedSearchTask.bat b/bin/savedSearchTask.bat new file mode 100644 index 0000000..53030bb --- /dev/null +++ b/bin/savedSearchTask.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\search\bin" + +php -Cq cronSavedSearch.php \ No newline at end of file diff --git a/bin/schedulerTask.bat b/bin/schedulerTask.bat new file mode 100644 index 0000000..b430cb1 --- /dev/null +++ b/bin/schedulerTask.bat @@ -0,0 +1,6 @@ +@echo off + +SET PATH=%PATH%;..\..\php;..\..\php\bin +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\bin" + +php -Cq scheduler.php \ No newline at end of file