|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.lucene.search.FieldCache.StringIndex
Expert: Stores term text values and document ordering data.
| Field Summary | |
String[] |
lookup
All the term values, in natural order. |
int[] |
order
For each document, an index into the lookup array. |
| Constructor Summary | |
FieldCache.StringIndex(int[] values,
String[] lookup)
Creates one of these objects |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final String[] lookup
public final int[] order
| Constructor Detail |
public FieldCache.StringIndex(int[] values,
String[] lookup)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||