[
https://issues.apache.org/jira/browse/SOLR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675953#action_12675953
]
noble.paul edited comment on SOLR-1033 at 2/23/09 7:54 AM:
-----------------------------------------------------------
OK , I see your point. you are constructing the regex replacements themselves
with templates. I missed that
I am wondering , if the system can be modified to have the current entities
rows be available always to all transformers. It can be done as a simple change
in the EntityprocessorBase#applyTransformers
was (Author: noble.paul):
OK , I see your point. you are constructing the regex replacements
themselves with templates. I missed that
> DIH transformers cannot reuse output from previous transformations
> ------------------------------------------------------------------
>
> Key: SOLR-1033
> URL: https://issues.apache.org/jira/browse/SOLR-1033
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Affects Versions: 1.4
> Environment: All operating systems and software platforms
> Reporter: Fergus McMenemie
> Fix For: 1.4
>
> Attachments: SOLR-1033.patch, SOLR-1033.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> It can be very useful to reuse the output from a DIH template in other
> templates and or regex transformers. Currently this cannot be done. The
> resolver is initialized at the start of the transformer run with what ever
> values exist for a column name at that instant. As the transformer executes
> it may define new values for column names. My change is intended to update
> the hash used by the resolver after each successful transformation.
> This only applies to the template and regex transformers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.