Class MissingOrdRemapper
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)
Inheritance
System.Object
MissingOrdRemapper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MissingOrdRemapper : object
Methods
Name | Description |
---|---|
InsertEmptyValue(IEnumerable<BytesRef>) | insert an empty byte[] to the front of this iterable |
MapAllOrds(IEnumerable<Nullable<Int64>>) | remaps every ord+1 on this iterable |
MapMissingToOrd0(IEnumerable<Nullable<Int64>>) | remaps ord -1 to ord 0 on this iterable. |