You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2014/03/16 05:55:28 UTC

[jira] [Updated] (SOLR-4250) Register MoreLikeThis request handler in example solrconfig.xml

     [ https://issues.apache.org/jira/browse/SOLR-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated SOLR-4250:
-------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> 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.8
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org