public static class FieldCache.StringIndex extends Object
Modifier and Type | Field and Description |
---|---|
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,
String[] lookup)
Creates one of these objects
|
Copyright © 2024 GATE. All rights reserved.