|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.FieldCache.StringIndex
public static class FieldCache.StringIndex
Expert: Stores term text values and document ordering data.
| Field Summary | |
|---|---|
java.lang.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,
java.lang.String[] lookup)
Creates one of these objects |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String[] lookup
public final int[] order
| Constructor Detail |
|---|
public FieldCache.StringIndex(int[] values,
java.lang.String[] lookup)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||