Add search capability to index/search artifacts in the SCA domain, including the contributions, WSDL/XSDs, java files, composite files
by Phillipe Ramalho for The Apache Software Foundation
The SCA Domain Manager module provides a web application that allows the administrator to browse through the domain and also add/remove contributions/components/nodes from it. The goal of this project is to implement a search functionality for this module so the user can search for the domain artifacts. Every text that can be searched on a SCA Domain will be extracted via introspection and indexed using Apache Lucene.