Uses of Class
org.apache.solr.update.processor.TemplateUpdateProcessorFactory.Resolved
-
Packages that use TemplateUpdateProcessorFactory.Resolved Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of TemplateUpdateProcessorFactory.Resolved in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor that return TemplateUpdateProcessorFactory.Resolved Modifier and Type Method Description static TemplateUpdateProcessorFactory.ResolvedTemplateUpdateProcessorFactory. getResolved(String template, Cache<String,TemplateUpdateProcessorFactory.Resolved> cache, Pattern pattern)Method parameters in org.apache.solr.update.processor with type arguments of type TemplateUpdateProcessorFactory.Resolved Modifier and Type Method Description static TemplateUpdateProcessorFactory.ResolvedTemplateUpdateProcessorFactory. getResolved(String template, Cache<String,TemplateUpdateProcessorFactory.Resolved> cache, Pattern pattern)static List<String>TemplateUpdateProcessorFactory. getVariables(String template, Cache<String,TemplateUpdateProcessorFactory.Resolved> cache, Pattern pattern)Get a list of variables embedded in the template string.static StringTemplateUpdateProcessorFactory. replaceTokens(String template, Cache<String,TemplateUpdateProcessorFactory.Resolved> cache, Function<String,Object> fun, Pattern pattern)
-