[ https://issues.apache.org/jira/browse/SOLR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan McKinley updated SOLR-281: ------------------------------- Attachment: SOLR-281-SearchComponents.patch updated to work with trunk. Added the lost solrconfig.xml example: <requestHandler name="/search" class="solr.SearchHandler"> <lst name="defaults"> <str name="echoParams">explicit</str> </lst> <arr name="components"> <str>org.apache.solr.handler.component.QueryComponent</str> <str>org.apache.solr.handler.component.FacetComponent</str> <str>org.apache.solr.handler.component.MoreLikeThisComponent</str> <str>org.apache.solr.handler.component.HighlightComponent</str> <str>org.apache.solr.handler.component.DebugComponent</str> </arr> </requestHandler> - - - - Re class aliases, it should work fine to put: solr.component.* If we add "org.apache.solr.handler.component." to the base list, you could just configure: org.apache.solr.handler.component.QueryComponent > Search Components (plugins) > --------------------------- > > Key: SOLR-281 > URL: https://issues.apache.org/jira/browse/SOLR-281 > Project: Solr > Issue Type: New Feature > Reporter: Ryan McKinley > Attachments: SOLR-281-SearchComponents.patch, > SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, > SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, > SOLR-281-SearchComponents.patch > > > A request handler with pluggable search components for things like: > - standard > - dismax > - more-like-this > - highlighting > - field collapsing > For more discussion, see: > http://www.nabble.com/search-components-%28plugins%29-tf3898040.html#a11050274 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.