|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FieldCache.Ints | |
|---|---|
| org.apache.lucene.search | Code to search indices. |
| Uses of FieldCache.Ints in org.apache.lucene.search |
|---|
| Fields in org.apache.lucene.search declared as FieldCache.Ints | |
|---|---|
static FieldCache.Ints |
FieldCache.Ints.EMPTY
Zero value for every document |
| Methods in org.apache.lucene.search that return FieldCache.Ints | |
|---|---|
FieldCache.Ints |
FieldCache.getInts(AtomicReader reader,
String field,
boolean setDocsWithField)
Returns an FieldCache.Ints over the values found in documents in the given
field. |
FieldCache.Ints |
FieldCache.getInts(AtomicReader reader,
String field,
FieldCache.IntParser parser,
boolean setDocsWithField)
Returns an FieldCache.Ints over the values found in documents in the given
field. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||