diff --git a/400_xowa/src/gplx/xowa/addons/wikis/fulltexts/searchers/mgrs/gflucenes/Xofulltext_searcher__lucene.java b/400_xowa/src/gplx/xowa/addons/wikis/fulltexts/searchers/mgrs/gflucenes/Xofulltext_searcher__lucene.java index 6dc0cd259..bbd32d3c3 100644 --- a/400_xowa/src/gplx/xowa/addons/wikis/fulltexts/searchers/mgrs/gflucenes/Xofulltext_searcher__lucene.java +++ b/400_xowa/src/gplx/xowa/addons/wikis/fulltexts/searchers/mgrs/gflucenes/Xofulltext_searcher__lucene.java @@ -1,27 +1,40 @@ -/* -XOWA: the XOWA Offline Wiki Application -Copyright (C) 2012-2017 gnosygnu@gmail.com - -XOWA is licensed under the terms of the General Public License (GPL) Version 3, -or alternatively under the terms of the Apache License Version 2.0. - -You may use XOWA according to either of these licenses as is most appropriate -for your project on a case-by-case basis. - -The terms of each license can be found in the source code repository: - -GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt -Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt -*/ -package gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.gflucenes; import gplx.*; import gplx.xowa.*; import gplx.xowa.addons.*; import gplx.xowa.addons.wikis.*; import gplx.xowa.addons.wikis.fulltexts.*; import gplx.xowa.addons.wikis.fulltexts.searchers.*; import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.*; -import gplx.gflucene.*; -import gplx.gflucene.core.*; -import gplx.gflucene.indexers.*; -import gplx.gflucene.searchers.*; -import gplx.gflucene.highlighters.*; -import gplx.xowa.wikis.data.tbls.*; -import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.uis.*; -import gplx.xowa.addons.wikis.fulltexts.searchers.caches.*; +/* +XOWA: the XOWA Offline Wiki Application +Copyright (C) 2012-2017 gnosygnu@gmail.com + +XOWA is licensed under the terms of the General Public License (GPL) Version 3, +or alternatively under the terms of the Apache License Version 2.0. + +You may use XOWA according to either of these licenses as is most appropriate +for your project on a case-by-case basis. + +The terms of each license can be found in the source code repository: + +GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt +Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt +*/ +package gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.gflucenes; + +import gplx.Gfo_usr_dlg_; +import gplx.Ordered_hash; +import gplx.Ordered_hash_; +import gplx.String_; +import gplx.gflucene.core.Gflucene_analyzer_data; +import gplx.gflucene.core.Gflucene_doc_data; +import gplx.gflucene.core.Gflucene_index_data; +import gplx.gflucene.searchers.Gflucene_searcher_mgr; +import gplx.gflucene.searchers.Gflucene_searcher_qry; +import gplx.xowa.Xoa_ttl; +import gplx.xowa.Xow_wiki; +import gplx.xowa.addons.wikis.fulltexts.Xosearch_fulltext_addon; +import gplx.xowa.addons.wikis.fulltexts.searchers.caches.Xofulltext_cache_qry; +import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.Xofulltext_args_qry; +import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.Xofulltext_args_wiki; +import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.Xofulltext_searcher; +import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.uis.Xofulltext_searcher_page; +import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.uis.Xofulltext_searcher_ui; +import gplx.xowa.wikis.data.tbls.Xowd_page_itm; +import gplx.xowa.wikis.data.tbls.Xowd_page_tbl; public class Xofulltext_searcher__lucene implements Xofulltext_searcher { private final Gflucene_searcher_mgr searcher = new Gflucene_searcher_mgr(); public boolean Type_is_lucene() {return true;} diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-analyzers-common-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-analyzers-common-5.3.0-mobile-2.jar new file mode 100644 index 000000000..681d6a8f1 Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-analyzers-common-5.3.0-mobile-2.jar differ diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-core-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-core-5.3.0-mobile-2.jar new file mode 100644 index 000000000..395e3e01d Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-core-5.3.0-mobile-2.jar differ diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-highlighter-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-highlighter-5.3.0-mobile-2.jar new file mode 100644 index 000000000..4305578f6 Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-highlighter-5.3.0-mobile-2.jar differ diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-memory-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-memory-5.3.0-mobile-2.jar new file mode 100644 index 000000000..60b06fa93 Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-memory-5.3.0-mobile-2.jar differ diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-queries-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-queries-5.3.0-mobile-2.jar new file mode 100644 index 000000000..235ae5ade Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-queries-5.3.0-mobile-2.jar differ diff --git a/gplx.gflucene/lib/5.3.0.drd/lucene-queryparser-5.3.0-mobile-2.jar b/gplx.gflucene/lib/5.3.0.drd/lucene-queryparser-5.3.0-mobile-2.jar new file mode 100644 index 000000000..83d46aa0f Binary files /dev/null and b/gplx.gflucene/lib/5.3.0.drd/lucene-queryparser-5.3.0-mobile-2.jar differ