Description
reverse wildcard filter doesn't work for chars outside the BMP. reversing characters that take up more than one Java char creates unpaired surrogates, which get replaced with the replacement character at index time. See https://issues.apache.org/jira/browse/LUCENE-2068