@@ -123,6 +123,9 @@ discard block |
||
123 | 123 | } |
124 | 124 | } |
125 | 125 | |
126 | + /** |
|
127 | + * @param boolean $commit |
|
128 | + */ |
|
126 | 129 | protected function indexIteratively(InputInterface $input, OutputInterface $output, $iterationCount, $commit) |
127 | 130 | { |
128 | 131 | if ($contentIds = $input->getOption('content-ids')) { |
@@ -177,6 +180,10 @@ discard block |
||
177 | 180 | $progress->finish(); |
178 | 181 | } |
179 | 182 | |
183 | + /** |
|
184 | + * @param integer $processCount |
|
185 | + * @param integer $iterationCount |
|
186 | + */ |
|
180 | 187 | private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit) |
181 | 188 | { |
182 | 189 | /** |