mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Full-text search: Rename directory to java7-v1
This commit is contained in:
parent
176ac30b0e
commit
f2520ef81f
@ -43,6 +43,6 @@ public class Xosearch_fulltext_addon implements Xoax_addon_itm, Xoax_addon_itm__
|
|||||||
|
|
||||||
public static Io_url Get_index_dir(Xow_wiki wiki) {return Get_index_dir(wiki.Fsys_mgr().Root_dir());}
|
public static Io_url Get_index_dir(Xow_wiki wiki) {return Get_index_dir(wiki.Fsys_mgr().Root_dir());}
|
||||||
public static Io_url Get_index_dir(Io_url wiki_dir) {
|
public static Io_url Get_index_dir(Io_url wiki_dir) {
|
||||||
return wiki_dir.GenSubDir_nest("data", "search", "java8-v1");
|
return wiki_dir.GenSubDir_nest("data", "search", "java7-v1");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user