1
0
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:
gnosygnu 2017-03-26 11:02:29 -04:00
parent 176ac30b0e
commit f2520ef81f

View File

@ -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");
} }
} }