Package | Description |
---|---|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Method and Description |
---|---|
static TemplateUpdateProcessorFactory.Resolved |
TemplateUpdateProcessorFactory.getResolved(String template,
Cache<String,TemplateUpdateProcessorFactory.Resolved> cache,
Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
static TemplateUpdateProcessorFactory.Resolved |
TemplateUpdateProcessorFactory.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 String |
TemplateUpdateProcessorFactory.replaceTokens(String template,
Cache<String,TemplateUpdateProcessorFactory.Resolved> cache,
Function<String,Object> fun,
Pattern pattern) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.