Uses of Class
org.apache.lucene.search.function.FieldCacheSource
-
Packages that use FieldCacheSource Package Description org.apache.lucene.search.function Programmatic control over documents scores. -
-
Uses of FieldCacheSource in org.apache.lucene.search.function
Subclasses of FieldCacheSource in org.apache.lucene.search.function Modifier and Type Class Description classByteFieldSourceExpert: obtains single byte field values from theFieldCacheusinggetBytes()and makes those values available as other numeric types, casting as needed.classFloatFieldSourceExpert: obtains float field values from theFieldCacheusinggetFloats()and makes those values available as other numeric types, casting as needed.classIntFieldSourceExpert: obtains int field values from theFieldCacheusinggetInts()and makes those values available as other numeric types, casting as needed.classShortFieldSourceExpert: obtains short field values from theFieldCacheusinggetShorts()and makes those values available as other numeric types, casting as needed.Methods in org.apache.lucene.search.function with parameters of type FieldCacheSource Modifier and Type Method Description booleanByteFieldSource. cachedFieldSourceEquals(FieldCacheSource o)abstract booleanFieldCacheSource. cachedFieldSourceEquals(FieldCacheSource other)Check if equals to anotherFieldCacheSource, already knowing that cache and field are equal.booleanFloatFieldSource. cachedFieldSourceEquals(FieldCacheSource o)booleanIntFieldSource. cachedFieldSourceEquals(FieldCacheSource o)booleanShortFieldSource. cachedFieldSourceEquals(FieldCacheSource o)
-