You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Brandon Bergren (JIRA)" <ji...@apache.org> on 2015/08/18 23:31:45 UTC

[jira] [Commented] (SOLR-7695) ManagedStopFilterFactory throws exception when ignoreCase is specified

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

Brandon Bergren commented on SOLR-7695:
---------------------------------------

It appears that you are expected to manage this through the initArgs key through the REST api instead.

{quote}
curl -X POST -H 'Content-type:application/json' --data-binary '{"initArgs":{"ignoreCase":true}}' "http://localhost:8983/solr/collection1/schema/analysis/stopwords/english"
{quote}

> ManagedStopFilterFactory throws exception when ignoreCase is specified
> ----------------------------------------------------------------------
>
>                 Key: SOLR-7695
>                 URL: https://issues.apache.org/jira/browse/SOLR-7695
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mike Thomsen
>
> The source code and various tutorials suggest this should work:
> <filter class="solr.ManagedStopFilterFactory"
>                       ignoreCase="true"
>                       managed="english"/>
> Instead, that throws an IllegalArgumentException



--
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