org.apache.lucene.search
public static class FieldCache.StringIndex extends Object
Field Summary | |
---|---|
String[] | lookup All the term values, in natural order. |
int[] | order For each document, an index into the lookup array. |
Constructor Summary | |
---|---|
StringIndex(int[] values, String[] lookup) Creates one of these objects |