Jack Krupansky created SOLR-4250:
------------------------------------

             Summary: Register MoreLikeThis request handler in example 
solrconfig.xml
                 Key: SOLR-4250
                 URL: https://issues.apache.org/jira/browse/SOLR-4250
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis
    Affects Versions: 4.0
            Reporter: Jack Krupansky
            Priority: Minor
             Fix For: 4.2


The MoreLikeThis request handler is a very useful feature of Solr, but needs to 
be registered in solrconfig.xml.

I suggest adding:

{code}
  <!-- MoreLikeThis Request Handler

       The MoreLikeThis request handler returns the documents which are similar 
to
       the first document matched by a query, or similar to a block of posted 
text.

       http://wiki.apache.org/solr/MoreLikeThisHandler

    -->
  <requestHandler name="/mlt" class="solr.MoreLikeThisHandler">
    <lst name="defaults">
      <str name="echoParams">explicit</str>
    </lst>
  </requestHandler>
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to