|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ParseNumericFieldUpdateProcessorFactory | |
|---|---|
| org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChains |
| Uses of ParseNumericFieldUpdateProcessorFactory in org.apache.solr.update.processor |
|---|
| Subclasses of ParseNumericFieldUpdateProcessorFactory in org.apache.solr.update.processor | |
|---|---|
class |
ParseDoubleFieldUpdateProcessorFactory
Attempts to mutate selected fields that have only CharSequence-typed values into Double values. |
class |
ParseFloatFieldUpdateProcessorFactory
Attempts to mutate selected fields that have only CharSequence-typed values into Float values. |
class |
ParseIntFieldUpdateProcessorFactory
Attempts to mutate selected fields that have only CharSequence-typed values into Integer values. |
class |
ParseLongFieldUpdateProcessorFactory
Attempts to mutate selected fields that have only CharSequence-typed values into Long values. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||