mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
GFLucene: Add lucene binaries [#707]
This commit is contained in:
parent
7b00918941
commit
ecbcf1e707
@ -1,27 +1,40 @@
|
|||||||
/*
|
/*
|
||||||
XOWA: the XOWA Offline Wiki Application
|
XOWA: the XOWA Offline Wiki Application
|
||||||
Copyright (C) 2012-2017 gnosygnu@gmail.com
|
Copyright (C) 2012-2017 gnosygnu@gmail.com
|
||||||
|
|
||||||
XOWA is licensed under the terms of the General Public License (GPL) Version 3,
|
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.
|
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
|
You may use XOWA according to either of these licenses as is most appropriate
|
||||||
for your project on a case-by-case basis.
|
for your project on a case-by-case basis.
|
||||||
|
|
||||||
The terms of each license can be found in the source code repository:
|
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
|
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
|
||||||
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.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.*;
|
package gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.gflucenes;
|
||||||
import gplx.gflucene.*;
|
|
||||||
import gplx.gflucene.core.*;
|
import gplx.Gfo_usr_dlg_;
|
||||||
import gplx.gflucene.indexers.*;
|
import gplx.Ordered_hash;
|
||||||
import gplx.gflucene.searchers.*;
|
import gplx.Ordered_hash_;
|
||||||
import gplx.gflucene.highlighters.*;
|
import gplx.String_;
|
||||||
import gplx.xowa.wikis.data.tbls.*;
|
import gplx.gflucene.core.Gflucene_analyzer_data;
|
||||||
import gplx.xowa.addons.wikis.fulltexts.searchers.mgrs.uis.*;
|
import gplx.gflucene.core.Gflucene_doc_data;
|
||||||
import gplx.xowa.addons.wikis.fulltexts.searchers.caches.*;
|
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 {
|
public class Xofulltext_searcher__lucene implements Xofulltext_searcher {
|
||||||
private final Gflucene_searcher_mgr searcher = new Gflucene_searcher_mgr();
|
private final Gflucene_searcher_mgr searcher = new Gflucene_searcher_mgr();
|
||||||
public boolean Type_is_lucene() {return true;}
|
public boolean Type_is_lucene() {return true;}
|
||||||
|
Binary file not shown.
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-core-5.3.0-mobile-2.jar
Normal file
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-core-5.3.0-mobile-2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-memory-5.3.0-mobile-2.jar
Normal file
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-memory-5.3.0-mobile-2.jar
Normal file
Binary file not shown.
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-queries-5.3.0-mobile-2.jar
Normal file
BIN
gplx.gflucene/lib/5.3.0.drd/lucene-queries-5.3.0-mobile-2.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user