/[Apache-SVN]
ViewVC logotype

Revision 1518925


Jump to revision: Previous Next
Author: jacopoc
Date: Fri Aug 30 09:45:33 2013 UTC (10 years, 7 months ago)
Changed paths: 68
Log Message:
Extracted from the OFBiz content component the dependencies on Lucene and created a new specialpurpose/lucene component in order to simplify the integration of components based on Lucene/Solr and to simplify the management of conflicts caused by different versions of Solr/Lucene jars.
In this way it will be easier to compare the ootb Lucene integration with custom ones (based on Lucene/Solr/etc...) and to switch between them.

Changed paths

Path Details
Directoryofbiz/trunk/.classpath modified , text changed
Directoryofbiz/trunk/LICENSE modified , text changed
Directoryofbiz/trunk/applications/content/config/ContentUiLabels.xml modified , text changed
Directoryofbiz/trunk/applications/content/config/search.properties deleted
Directoryofbiz/trunk/applications/content/lib/lucene-analyzers-common-4.0.0.jar deleted
Directoryofbiz/trunk/applications/content/lib/lucene-core-4.0.0.jar deleted
Directoryofbiz/trunk/applications/content/lib/lucene-queryparser-4.0.0.jar deleted
Directoryofbiz/trunk/applications/content/ofbiz-component.xml modified , text changed
Directoryofbiz/trunk/applications/content/servicedef/services.xml modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/search/ContentDocument.java deleted
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchEvents.java deleted
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchServices.java deleted
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchWorker.java deleted
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java deleted
Directoryofbiz/trunk/applications/content/testdef/ deleted
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/AdvancedSearchPrep.groovy deleted
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy deleted
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/content/webapp/content/cms/AdminSearch.ftl deleted
Directoryofbiz/trunk/applications/content/widget/cms/CMSForms.xml modified , text changed
Directoryofbiz/trunk/applications/content/widget/cms/CMSMenus.xml modified , text changed
Directoryofbiz/trunk/applications/content/widget/cms/CMSScreens.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/LICENSE modified , text changed
Directoryofbiz/trunk/specialpurpose/build.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/component-load.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/lucene/ added
Directoryofbiz/trunk/specialpurpose/lucene/build.xml added
Directoryofbiz/trunk/specialpurpose/lucene/config/ added
Directoryofbiz/trunk/specialpurpose/lucene/config/search.properties added
Directoryofbiz/trunk/specialpurpose/lucene/lib/ added
Directoryofbiz/trunk/specialpurpose/lucene/lib/lucene-analyzers-common-4.0.0.jar
(Copied from ofbiz/trunk/applications/content/lib/lucene-analyzers-common-4.0.0.jar, r1518211)
added , props changed
Directoryofbiz/trunk/specialpurpose/lucene/lib/lucene-core-4.0.0.jar
(Copied from ofbiz/trunk/applications/content/lib/lucene-core-4.0.0.jar, r1518211)
added , props changed
Directoryofbiz/trunk/specialpurpose/lucene/lib/lucene-queryparser-4.0.0.jar
(Copied from ofbiz/trunk/applications/content/lib/lucene-queryparser-4.0.0.jar, r1518211)
added , props changed
Directoryofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml added
Directoryofbiz/trunk/specialpurpose/lucene/servicedef/ added
Directoryofbiz/trunk/specialpurpose/lucene/servicedef/services.xml added
Directoryofbiz/trunk/specialpurpose/lucene/src/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/search/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/search/ContentDocument.java
(Copied from ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ContentDocument.java, r1518219)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/search/SearchEvents.java
(Copied from ofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchEvents.java, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/search/SearchServices.java
(Copied from ofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchServices.java, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/search/SearchWorker.java
(Copied from ofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchWorker.java, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/test/ added
Directoryofbiz/trunk/specialpurpose/lucene/src/org/ofbiz/content/test/LuceneTests.java
(Copied from ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java, r1518211)
added
Directoryofbiz/trunk/specialpurpose/lucene/testdef/ added
Directoryofbiz/trunk/specialpurpose/lucene/testdef/data/ added
Directoryofbiz/trunk/specialpurpose/lucene/testdef/data/LuceneTestsData.xml
(Copied from ofbiz/trunk/applications/content/testdef/data/LuceneTestsData.xml, r1518211)
added
Directoryofbiz/trunk/specialpurpose/lucene/testdef/lucenetests.xml
(Copied from ofbiz/trunk/applications/content/testdef/lucenetests.xml, r1518211)
added , text changed
Directoryofbiz/trunk/specialpurpose/lucene/webapp/ added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/ added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/AdminSearch.ftl
(Copied from ofbiz/trunk/applications/content/webapp/content/cms/AdminSearch.ftl, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/ added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/actions/ added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/actions/AdvancedSearchPrep.groovy
(Copied from ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/AdvancedSearchPrep.groovy, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/actions/Search.groovy
(Copied from ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy, r1518211)
added , text changed , props changed
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/error/ added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/error/error.jsp added
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/index.jsp added
Directoryofbiz/trunk/specialpurpose/lucene/widget/ added
Directoryofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml added
Directoryofbiz/trunk/specialpurpose/lucene/widget/LuceneMenus.xml added
Directoryofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26