public class MissingOrdRemapper extends Object
Constructor and Description |
---|
MissingOrdRemapper() |
Modifier and Type | Method and Description |
---|---|
static Iterable<BytesRef> |
insertEmptyValue(Iterable<BytesRef> iterable)
insert an empty byte[] to the front of this iterable
|
static Iterable<Number> |
mapAllOrds(Iterable<Number> iterable)
remaps every ord+1 on this iterable
|
static Iterable<Number> |
mapMissingToOrd0(Iterable<Number> iterable)
remaps ord -1 to ord 0 on this iterable.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.