/[Apache-SVN]
ViewVC logotype

Revision 1700119


Jump to revision: Previous Next
Author: shijh
Date: Sun Aug 30 13:27:07 2015 UTC (8 years, 6 months ago)
Changed paths: 439 (showing only 100; show all)
Log Message:
OFBIZ-5042 Apache Solr Implementation.
1. Put the patch into trunk.
2. Added access control to solr /admin/ pages.
3. Upgraded solr to 4.9.0 to match Lucene version in trunk.
4. Removed solr.solr.home, used 
SolrResourceLoader loader = new SolrResourceLoader("specialpurpose/solr/conf");
instead.


Changed paths

Path Details
Directoryofbiz/trunk/.classpath modified , text changed
Directoryofbiz/trunk/runtime/indexes/index.properties added
Directoryofbiz/trunk/specialpurpose/build.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/component-load.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/solr/ added
Directoryofbiz/trunk/specialpurpose/solr/build.xml added
Directoryofbiz/trunk/specialpurpose/solr/conf/ added
Directoryofbiz/trunk/specialpurpose/solr/conf/solr.xml added
Directoryofbiz/trunk/specialpurpose/solr/config/ added
Directoryofbiz/trunk/specialpurpose/solr/config/solrconfig.properties added
Directoryofbiz/trunk/specialpurpose/solr/entitydef/ added
Directoryofbiz/trunk/specialpurpose/solr/entitydef/eecas.xml added
Directoryofbiz/trunk/specialpurpose/solr/lib/ added
Directoryofbiz/trunk/specialpurpose/solr/lib/compile/ added
Directoryofbiz/trunk/specialpurpose/solr/lib/compile/solr-core-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/compile/solr-solrj-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/ added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/guava-14.0.1.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/joda-time-2.2.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-analyzers-common-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-codecs-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-highlighter-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-join-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-queries-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-spatial-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/lucene-suggest-4.9.0.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/noggit-0.5.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/org.restlet-2.1.1.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/org.restlet.ext.servlet-2.1.1.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/spatial4j-0.4.1.jar added
Directoryofbiz/trunk/specialpurpose/solr/lib/runtime/zookeeper-3.4.6.jar added
Directoryofbiz/trunk/specialpurpose/solr/ofbiz-component.xml added
Directoryofbiz/trunk/specialpurpose/solr/servicedef/ added
Directoryofbiz/trunk/specialpurpose/solr/servicedef/secas.xml added
Directoryofbiz/trunk/specialpurpose/solr/servicedef/solrservices.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/ added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/ added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/_schema_analysis_stopwords_english.json added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/_schema_analysis_synonyms_english.json added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/admin-extra.html added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/admin-extra.menu-bottom.html added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/admin-extra.menu-top.html added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/ added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/ added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/kmeans-attributes.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/lingo-attributes.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/stc-attributes.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/currency.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/elevate.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/ added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/contractions_ca.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/contractions_fr.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/contractions_ga.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/contractions_it.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/hyphenations_ga.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stemdict_nl.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stoptags_ja.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ar.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_bg.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ca.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ckb.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_cz.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_da.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_de.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_el.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_en.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_es.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_eu.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_fa.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_fi.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_fr.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ga.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_gl.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_hi.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_hu.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_hy.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_id.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_it.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ja.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_lv.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_nl.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_no.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_pt.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ro.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_ru.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_sv.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_th.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_tr.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/userdict_ja.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-FoldToASCII.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-ISOLatin1Accent.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/protwords.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/schema.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/scripts.conf added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/solrconfig.xml added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/spellings.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/stopwords.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/synonyms.txt added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/update-script.js added
Directoryofbiz/trunk/specialpurpose/solr/solrdefault/conf/xslt/ added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26