| Package | Description | 
|---|---|
| org.apache.solr.schema | |
| org.apache.solr.search.function | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StrFieldSource  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteFieldSource
Obtains int field values from the  
FieldCache
 using getInts()
 and makes those values available as other numeric types, casting as needed | 
class  | 
DoubleFieldSource
Obtains float field values from the  
FieldCache
 using getFloats()
 and makes those values available as other numeric types, casting as needed. | 
class  | 
FloatFieldSource
Obtains float field values from the  
FieldCache
 using getFloats()
 and makes those values available as other numeric types, casting as needed. | 
class  | 
IntFieldSource
Obtains int field values from the  
FieldCache
 using getInts()
 and makes those values available as other numeric types, casting as needed | 
class  | 
LongFieldSource
Obtains float field values from the  
FieldCache
 using getFloats()
 and makes those values available as other numeric types, casting as needed. | 
class  | 
ShortFieldSource  |