org.apache.lucene.search
Class FieldCache.StringIndex
java.lang.Object
org.apache.lucene.search.FieldCache.StringIndex
- FieldCache
public static class FieldCache.StringIndex
extends java.lang.Object
Expert: Stores term text values and document ordering data.
String[] | lookup - All the term values, in natural order.
|
int[] | order - For each document, an index into the lookup array.
|
StringIndex(int[] values, String[] lookup) - Creates one of these objects
|
lookup
public final String[] lookup
All the term values, in natural order.
order
public final int[] order
For each document, an index into the lookup array.
StringIndex
public StringIndex(int[] values,
String[] lookup)
Creates one of these objects
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.