Package | Description |
---|---|
org.apache.lucene.search.function |
Programmatic control over documents scores.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ByteFieldSource |
Expert: obtains single byte field values from the
FieldCache
using getBytes() and makes those values
available as other numeric types, casting as needed. |
class |
FloatFieldSource |
Expert: obtains float field values from the
FieldCache
using getFloats() and makes those values
available as other numeric types, casting as needed. |
class |
IntFieldSource |
Expert: obtains int field values from the
FieldCache
using getInts() and makes those values
available as other numeric types, casting as needed. |
class |
ShortFieldSource |
Expert: obtains short field values from the
FieldCache
using getShorts() and makes those values
available as other numeric types, casting as needed. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ByteFieldSource.cachedFieldSourceEquals(FieldCacheSource o) |
|
abstract boolean |
FieldCacheSource.cachedFieldSourceEquals(FieldCacheSource other) |
Check if equals to another
FieldCacheSource , already knowing that cache and field are equal. |
boolean |
FloatFieldSource.cachedFieldSourceEquals(FieldCacheSource o) |
|
boolean |
IntFieldSource.cachedFieldSourceEquals(FieldCacheSource o) |
|
boolean |
ShortFieldSource.cachedFieldSourceEquals(FieldCacheSource o) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.