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 |
|---|
FieldCache.StringIndex(int[] values,
java.lang.String[] lookup)
Creates one of these objects
|
| Modifier and Type | Method and Description |
|---|---|
int |
binarySearchLookup(java.lang.String key) |
public final java.lang.String[] lookup
public final int[] order