/[Apache-SVN]
ViewVC logotype

Revision 1736878


Jump to revision: Previous Next
Author: jleroux
Date: Mon Mar 28 12:15:15 2016 UTC (8 years, 1 month ago)
Changed paths: 9
Log Message:
A 1st patch from Pierre Smits for <<Have the ability to test solr queries through widgets (screens & forms)>> https://issues.apache.org/jira/browse/OFBIZ-6595

Adding widgest (screens, forms, etc) so that an end-user can execute a search  against the data indexed would enhance the applicability of the application.
This patch is the first increment to address the issue. Please feel free to test drive and provide feedback
Currently it includes the following aspects:

    SolrMenus.xml - providing the application menu, items:
        main - opening the start screen of the app
        admin - opening the Solr admin page in a new target
        newquery - opening the query screen
    SolrScreens.xml - defining Solr specific screen widgets
    CommonScreens.xml - defining the common screens for Solr specific screen widgets
    SolrUiLabels.xml - defining Solr app specific labels
    SolrForms.xml - defining Solr specific form widgets
    controller.xml - (re)defining request-map and view-map re widgets

This file also includes a modification to web.xml of the Solr component, changing the mainDecoratorLocation
This patch currently doesn't include functionality to execute a query through widgets and show the result.


Changed paths

Path Details
Directoryofbiz/trunk/specialpurpose/solr/config/SolrUiLabels.xml added
Directoryofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/solr/widget/ added
Directoryofbiz/trunk/specialpurpose/solr/widget/CommonScreens.xml added
Directoryofbiz/trunk/specialpurpose/solr/widget/SolrMenus.xml added
Directoryofbiz/trunk/specialpurpose/solr/widget/SolrScreens.xml added
Directoryofbiz/trunk/specialpurpose/solr/widget/forms/ added
Directoryofbiz/trunk/specialpurpose/solr/widget/forms/SolrForms.xml added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26