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

Xomw: Add XomwXowaSiteLookup

This commit is contained in:
gnosygnu
2017-03-19 10:03:00 -04:00
parent 96d1299273
commit c84cdf13b3
4 changed files with 49 additions and 134 deletions

View File

@@ -52,7 +52,7 @@ public class Xofulltext_cache_mgr {
Xofulltext_cache_line line = new Xofulltext_cache_line(line_seq, line_html);
page.Lines().Add(line);
}
public Object Get_pages_rng(int qry_id, byte[] wiki, int page_seq_bgn, int page_seq_end) {
public Object Get_pages_rng(int qry_id, int page_seq_bgn, int page_seq_end) {
return null;
}
public Xofulltext_cache_line[] Get_lines_rest(int qry_id, byte[] wiki_bry, int page_id) {