https://bugzilla.wikimedia.org/show_bug.cgi?id=42234
--- Comment #22 from Daniel Kinzler <[email protected]> --- (In reply to comment #19) > <notpeter> I have rebuilt the index from a fresh dump of wikidatawiki. this > should hopefully fix the problem. if the problem persists, please re-open > this ticket. Oh... how does rebuilding the index from a dump work? Which code does it use? Can it handle non-wikitext content at all? If not, it will index the JSON... For the live updates, I have implemented the required support in the OAI extension, so OAI's lsearch output is not JSON but (generated) plain text. The same needs to be done when re-indexing based on dumps, I suppose. So far, I assumed that the rebuild would be using the same interface to access the data. If that is not the case, rebuilding the index might actually cause *more* breakage. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
