Author: ogrisel
Date: Thu May 12 14:43:14 2011
New Revision: 1102330

URL: http://svn.apache.org/viewvc?rev=1102330&view=rev
Log:
STANBOL-197: enable the MoreLikeThis handler on the 'cache' SolrYard

Modified:
    
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/cache/conf/solrconfig.xml

Modified: 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/cache/conf/solrconfig.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/cache/conf/solrconfig.xml?rev=1102330&r1=1102329&r2=1102330&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/cache/conf/solrconfig.xml
 (original)
+++ 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/cache/conf/solrconfig.xml
 Thu May 12 14:43:14 2011
@@ -931,6 +931,9 @@
     </lst>
   </requestHandler>
 
+  <!-- Request Handler for similarity queries and topic classification -->
+  <requestHandler name="/mlt" class="solr.MoreLikeThisHandler" startup="lazy" 
/>
+
   <highlighting>
    <!-- Configure the standard fragmenter -->
    <!-- This could most likely be commented out in the "default" case -->


Reply via email to