For some reason forceSearchIndex.php --skipLinks --indexOnSkip is only
doing around 1000 pages and then stopping, if I set --fromId to the next
ID it does another 1000 or so, setting --limit with a high number does
not allow it to do more...?
On 31/03/17 13:02, Erik Bernhardson wrote:
> On Fri, M
Thanks, that's good to know - I've narrowed my problem down a bit
further and found that the problem is with the second of those commands
not the first. For some reason forceSearchIndex --skipLinks
--indexOnSkip is only processing one namespace, it will process others
only if I explicitly specify t
On Fri, Mar 31, 2017 at 8:25 AM, Aran wrote:
> Hello,
>
> I have some wikis running elastic search and after some development
> updates I find I need to rebuild the search indexes which I do as follows:
>
> .../CirrusSearch/maintenance/forceSearchIndex.php --skipLinks
> --indexOnSkip
> .../Cirrus
Hello,
I have some wikis running elastic search and after some development
updates I find I need to rebuild the search indexes which I do as follows:
.../CirrusSearch/maintenance/forceSearchIndex.php --skipLinks --indexOnSkip
.../CirrusSearch/maintenance/forceSearchIndex.php --skipParse
But I fo