move to test-framework (only needed for simulating old codecs which have no concept of missing)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5178@1515532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-08-19 17:51:49 +00:00
parent 1660bccf5d
commit e925901014

View File

@ -22,11 +22,9 @@ import org.apache.lucene.util.BytesRef;
*/
/**
* a utility class to write missing values for SORTED_SET as if they were the empty string
* a utility class to write missing values for SORTED as if they were the empty string
* (to simulate pre-Lucene4.5 dv behavior for testing old codecs)
*/
// nocommit: move this to test-framework with all the impersonators of
// these old codecs once new memory/disk codecs are written that support missing
public class MissingOrdRemapper {
/** insert an empty byte[] to the front of this iterable */