[ 
https://issues.apache.org/jira/browse/SOLR-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123208#comment-14123208
 ] 

Steve Rowe commented on SOLR-6441:
----------------------------------

You can emulate the Lucene behavior by not indexing the "uninteresting" terms 
in the first place, by using StopFilterFactory on the field types associated 
with the fields you're using for MLT.

> MoreLikeThis support for stopwords as in Lucene
> -----------------------------------------------
>
>                 Key: SOLR-6441
>                 URL: https://issues.apache.org/jira/browse/SOLR-6441
>             Project: Solr
>          Issue Type: Improvement
>          Components: MoreLikeThis
>    Affects Versions: 4.9
>            Reporter: Jeroen Steggink
>            Priority: Minor
>              Labels: difficulty-easy, impact-low, workaround-exists
>             Fix For: 4.10, 4.11
>
>
> In the Lucene implementation of MoreLikeThis, it's possible to add a list of 
> stopwords which are considered "uninteresting" and are ignored.
> It would be a great addition to the MoreLikeThisHandler to be able to specify 
> a list of stopwords.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to