You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2008/12/02 05:29:44 UTC

[jira] Created: (SOLR-891) JdbcDataSource can translate Clobs to String

JdbcDataSource can translate Clobs to String
--------------------------------------------

                 Key: SOLR-891
                 URL: https://issues.apache.org/jira/browse/SOLR-891
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
            Reporter: Noble Paul
            Priority: Minor


Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) JdbcDataSource can translate Clobs to String

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-891:
----------------------------

    Attachment: SOLR-891.patch

JdbcDataSource has a new attribute 'readClob' can be set to true false. default is false.

if set to true it reads a string out of clob 

> JdbcDataSource can translate Clobs to String
> --------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695927#action_12695927 ] 

Shalin Shekhar Mangar commented on SOLR-891:
--------------------------------------------

Committed revision 762174.

Thanks Noble!

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch, SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-891:
---------------------------------------

    Attachment: SOLR-891.patch

# Adding Apache license header to ClobTransformer.java
# Wrap and throw IOException
# Added rudimentary javadocs

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-891:
----------------------------

    Fix Version/s: 1.4
          Summary: A Clobtransformer to read strings from Clob  (was: JdbcDataSource can translate Clobs to String)

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-891.
----------------------------------------

    Resolution: Fixed
      Assignee: Shalin Shekhar Mangar

Committed revision 725926.

Thanks Noble!

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-891:
----------------------------

    Attachment: SOLR-891.patch

A test case

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch, SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655624#action_12655624 ] 

noble.paul edited comment on SOLR-891 at 12/11/08 4:27 AM:
-----------------------------------------------------------

A new Transformer ClobTransformer


the field must have aan attribute clob="true"

      was (Author: noble.paul):
    A new Transformer ClobTransformer



  
> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-891:
----------------------------

    Attachment: SOLR-891.patch

A new Transformer ClobTransformer




> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-891) A Clobtransformer to read strings from Clob

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-891:
----------------------------

    Comment: was deleted

> A Clobtransformer to read strings from Clob
> -------------------------------------------
>
>                 Key: SOLR-891
>                 URL: https://issues.apache.org/jira/browse/SOLR-891
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-891.patch, SOLR-891.patch
>
>
> Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate it to Strings before processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.