I've enabled the vagrant wikibase cirrus role, however I'm still getting empty results for srsearch queries, i.e. wbhasstatement gives me:
{
"batchcomplete": "",
"query": {
"searchinfo": {
"totalhits": 0
},
"search": []
}
}I've tried reindexing from CirrusSearch, which succeeds, but doesn't help:
> mwscript extensions/CirrusSearch/maintenance/forceSearchIndex.php [ wiki] Indexed 3 pages ending at 3 at 3/second Indexed a total of 3 pages at 3/second
The puppet file didn't look like it enabled it, so I tried enabling it according to the docs, but that didn't work either:
This results in
"main": {
"*": "Unrecognized parameter: useCirrus."
},I've also tried manually enabling in in my localsettings, i.e.
$wgWBCSUseCirrus = true;
This results in
{
"batchcomplete": "",
"query": {
"searchinfo": {
"totalhits": 0
},
"search": []
}
}Even after reprovisioning, reindex using mwscript extensions/CirrusSearch/maintenance/forceSearchIndex.php