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

ASF subversion and git services commented on SOLR-7688:
-------------------------------------------------------

Commit 1685923 from gcha...@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1685923 ]

SOLR-7688: JettyConfig cannot be used with extra filters

> JettyConfig cannot be used with extra filters
> ---------------------------------------------
>
>                 Key: SOLR-7688
>                 URL: https://issues.apache.org/jira/browse/SOLR-7688
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 5.1
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>         Attachments: SOLR-7688.patch, SOLR-7688.patch
>
>
> Before SOLR-7166, users could create a MiniSolrCloudCluster with extra 
> filters by specifying their own SortedMap and comparator (since Class<? 
> extends Filter> is not comparable).  JettyConfigs allow you to specify filter 
> classes to add, but they don't work because JettyConfigs manages its own 
> filter map using TreeMap.  Thus, there is no way to specify a comparator and 
> it fails at runtime with "Class cannot be cast to java.lang.comparable."



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

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

Reply via email to