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
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.