Uses of Class
org.apache.solr.update.processor.ClassificationUpdateProcessorFactory.Algorithm
-
Packages that use ClassificationUpdateProcessorFactory.Algorithm Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of ClassificationUpdateProcessorFactory.Algorithm in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor that return ClassificationUpdateProcessorFactory.Algorithm Modifier and Type Method Description ClassificationUpdateProcessorFactory.AlgorithmClassificationUpdateProcessorParams. getAlgorithm()static ClassificationUpdateProcessorFactory.AlgorithmClassificationUpdateProcessorFactory.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationUpdateProcessorFactory.Algorithm[]ClassificationUpdateProcessorFactory.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.update.processor with parameters of type ClassificationUpdateProcessorFactory.Algorithm Modifier and Type Method Description voidClassificationUpdateProcessorParams. setAlgorithm(ClassificationUpdateProcessorFactory.Algorithm algorithm)
-