You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2014/09/05 19:35:29 UTC

[jira] [Commented] (SOLR-6441) MoreLikeThis support for stopwords as in Lucene

    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org