I think you also need to suppress "Appending". On Tue, Jun 25, 2013 at 11:37 AM, Houston Putman <houstonput...@gmail.com>wrote:
> In my testing code, how do I suppress all codecs that do not support > SortedSet docvalues? > > This is the code I am using now : > @SuppressCodecs({"Lucene3x","Lucene41","Lucene40"}) > > However I get this error occasionally: > org.apache.solr.common.SolrException: > java.lang.UnsupportedOperationException: Lucene 4.0 > > > -Houston Putman >