public static final class SortedSetDocValuesReaderState.OrdRange extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
end
End of range, inclusive:
|
int |
start
Start of range, inclusive:
|
| Constructor and Description |
|---|
SortedSetDocValuesReaderState.OrdRange(int start,
int end)
Start and end are inclusive.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.