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

@@ -30,8 +30,8 @@ public class Xoa_app_ {
}
}
public static final String Name = "xowa";
public static final int Version_id = 519;
public static final String Version = "4.4.1.1703";
public static final int Version_id = 520;
public static final String Version = "4.4.2.1703";
public static String Build_date = "2012-12-30 00:00:00";
public static String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
public static String Op_sys_str;

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;