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