| Package | Description |
|---|---|
| org.apache.solr.handler.dataimport |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableResolverImpl
The default implementation of VariableResolver interface
This API is experimental and may change in the future.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableResolver |
FieldStreamDataSource.vr |
protected VariableResolver |
FieldReaderDataSource.vr |
| Modifier and Type | Method and Description |
|---|---|
VariableResolver |
ThreadedContext.getVariableResolver() |
VariableResolver |
ContextImpl.getVariableResolver() |
abstract VariableResolver |
Context.getVariableResolver()
Returns the VariableResolver used in this entity which can be used to
resolve the tokens in ${
|
| Modifier and Type | Method and Description |
|---|---|
static List |
EvaluatorBag.parseParams(String expression,
VariableResolver vr)
Parses a string of expression into separate params.
|
String |
TemplateString.replaceTokens(String string,
VariableResolver resolver)
Returns a string with all variables replaced by the known values.
|
| Constructor and Description |
|---|
EvaluatorBag.VariableWrapper(String s,
VariableResolver vr) |