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