[
https://issues.apache.org/jira/browse/SOLR-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14021105#comment-14021105
]
Alexandre Rafalovitch commented on SOLR-4799:
---------------------------------------------
Re: "nobody tried this plugin" - finding anything on JIRA is next to
impossible. I would not really take that as indication of need or lack of such.
Re: pipeline, morphline has nested pipeline including things like unzip a file,
find every entry inside, run tika over it and then pass it through XML
extraction. Seems a fairly close match to DIH?
Regarding JDBC support, etc. How about plugging Morphline as a DIH entity
processor that works with any DataSource (it's only 3 different usage
patterns)? I would be happy to have a go at it, but only if it has a chance of
actually incorporating it into DIH.
> SQLEntityProcessor for zipper join
> ----------------------------------
>
> Key: SOLR-4799
> URL: https://issues.apache.org/jira/browse/SOLR-4799
> Project: Solr
> Issue Type: New Feature
> Components: contrib - DataImportHandler
> Reporter: Mikhail Khludnev
> Priority: Minor
> Labels: dih
> Attachments: SOLR-4799.patch
>
>
> DIH is mostly considered as a playground tool, and real usages end up with
> SolrJ. I want to contribute few improvements target DIH performance.
> This one provides performant approach for joining SQL Entities with miserable
> memory at contrast to
> http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor
> The idea is:
> * parent table is explicitly ordered by it’s PK in SQL
> * children table is explicitly ordered by parent_id FK in SQL
> * children entity processor joins ordered resultsets by ‘zipper’ algorithm.
> Do you think it’s worth to contribute it into DIH?
> cc: [~goksron] [~jdyer]
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]