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/... -- Thanks, Savitha