[
https://issues.apache.org/jira/browse/SOLR-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668328#action_12668328
]
Noble Paul commented on SOLR-993:
---------------------------------
adding to an existing namespace can be done by this
assume that you have a namespace "a.b" and you wish to add a variable "c" to
the same namespace
try this
{code}
((Map)variableresolverimpl.resolve("a.b")).put("c","Hello C")
{code}
is that what you wish to do?
> VariableResolverImpl addNamespace overwrites entire namespace instead of
> adding
> -------------------------------------------------------------------------------
>
> Key: SOLR-993
> URL: https://issues.apache.org/jira/browse/SOLR-993
> Project: Solr
> Issue Type: Bug
> Components: contrib - DataImportHandler
> Affects Versions: 1.4
> Reporter: Jared Flatow
> Fix For: 1.4
>
> Attachments: SOLR-993.patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> The addNamespace method in VariableResolverImpl does not so much add the
> namespace as overwrite it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.