1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Full-text search: Use Lucene 5.x instead of 6.x to stay on Java 1.7

This commit is contained in:
gnosygnu
2017-03-13 15:48:54 -04:00
parent af6f7cf657
commit c08ea3bb03
4 changed files with 7 additions and 9 deletions

View File

@@ -69,7 +69,6 @@ public class Xowe_page_mgr {
page = wiki.Data_mgr().Load_page_and_parse(url, ttl, wiki.Lang(), tab, false);
ttl = page.Ttl(); // note that Load_page_and_parse can redirect ttl; EX: Special:Random -> A; DATE:2017-01-05
}
// load from html_db
boolean from_html_db = page.Db().Page().Html_db_id() != -1;