Hi Savitha, Out of curiosity, I have a question concerning assembly and integration in XWiki. Suppose we would want to integrate the solrj search in the platform, what's the path to get there ? For example I see lots of conf under https://github.com/xwiki-contrib/xwiki-platform-solr/tree/master/solr, with hardcoded paths (example in solrconfig.xml). Do they actually matter ? In this case could they be generated to be relative to the webapp ? Thanks in advance Jerome On 08/10/2012 02:45 AM, savitha sundaramurthy wrote:
Dear XWiki Community,
I have implemented the Advanced Search Features and Admin Module for Solr Search Component. The features include:
*Querying over:*
1. Plain strings ( can filtered based on space and language ) 2. Objects [ object:XWiki.XWikiUsers ] 3. Properties [ XWiki.XWikiUsers.first_name : Sa* ] 4. Attachments [ filename:gsoc.pdf ] 5. Facets [ Space, Creator, Author, Creation Date, Modification Date, Language ...] 6. Advanced search using document fields like title, name, comments, space, language etc.. 7. Multilingual Support
*Admin Gui:*
1. Index based on the wiki and the available spaces. 2. All the statistics - Indexing stats - Solr details, versions - Solr configuration files and their sizes. - Component details.
3. Indexing page. - Details of indexing process in progress.
For more detailed information for Advanced search refer to the link below: http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/Solr+Feature+Page
The detailed information about the admin module, Progress of the project, API and the recent code is given in the progress page: http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/SOLRsearchcomponent
Running instance of the amazon ec2 server: http://ec2-50-19-181-163.compute-1.amazonaws.com:8080/xwiki/bin/admin/XWiki/... http://ec2-50-19-181-163.compute-1.amazonaws.com:8080/xwiki/bin/view/Search/...
-- Peace, ---Jerome