[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to