Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
static FieldCache.Longs |
FieldCache.Longs.EMPTY
Zero value for every document
|
Modifier and Type | Method and Description |
---|---|
FieldCache.Longs |
FieldCache.getLongs(AtomicReader reader,
String field,
boolean setDocsWithField)
Returns a
FieldCache.Longs over the values found in documents in the given
field. |
FieldCache.Longs |
FieldCache.getLongs(AtomicReader reader,
String field,
FieldCache.LongParser parser,
boolean setDocsWithField)
Returns a
FieldCache.Longs over the values found in documents in the given
field. |
protected FieldCache.Longs |
FieldComparator.LongComparator.getLongValues(AtomicReaderContext context,
String field)
Expert: provides source of longs for sorting
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.