https://bugzilla.wikimedia.org/show_bug.cgi?id=42234
--- Comment #24 from Daniel Kinzler <[email protected]> --- (In reply to comment #23) > Not sure exactly how notpeter did it but one way is to use the import-file() > function in puppet/files/lucene/lucene.jobs.sh. There is also an import-db() > function that dumps the DB to a file and runs the former function on that > file. > > It uses the Java class org.wikimedia.lsearch.importer.BuildAll. I don't yet > know > this part of the code well enough to answer the other questions. We don't have any handling of non-wikitext content in Java, and I don't see how it could be added... we'd either have to create specialized dumps, or implement the entire content handler infrastructure in Java (including java versions of content handlers supplied by extensions), or not use dumps and always call the API. None of the options sounds good :\ -- 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
