mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 01:25:19 +00:00
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:
parent
1660bccf5d
commit
e925901014
@ -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 */
|
Loading…
x
Reference in New Issue
Block a user