public static class FieldCache.StringIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
lookup
All the term values, in natural order.
|
int[] |
order
For each document, an index into the lookup array.
|
Constructor and Description |
---|
StringIndex(int[] values,
java.lang.String[] lookup)
Creates one of these objects
|
Modifier and Type | Method and Description |
---|---|
int |
binarySearchLookup(java.lang.String key) |
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.