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 2009/06/22 06:10:07 UTC

[jira] Created: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

Multiple DIH does not work because all of them write to dataimport.properties
-----------------------------------------------------------------------------

                 Key: SOLR-1234
                 URL: https://issues.apache.org/jira/browse/SOLR-1234
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
    Affects Versions: 1.3
            Reporter: Noble Paul
            Assignee: Noble Paul
             Fix For: 1.4


DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Resolved: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Noble Paul resolved SOLR-1234.
------------------------------

    Resolution: Fixed

committed r787205

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Commented: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Noble Paul commented on SOLR-1234:
----------------------------------

how would those multiple slashes look like ? name="/dataimport/d1" ?

I never knew it existed.

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Reopened: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Erik Hatcher reopened SOLR-1234:
--------------------------------


The patch applied does not handle request handler mappings with multiple slashes properly.

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Resolved: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Noble Paul resolved SOLR-1234.
------------------------------

    Resolution: Fixed

committed r788580 

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch, SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Updated: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Noble Paul updated SOLR-1234:
-----------------------------

    Attachment: SOLR-1234.patch

removes first slash and replaces all other slashes w/ underscores

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch, SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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


[jira] Updated: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

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

Noble Paul updated SOLR-1234:
-----------------------------

    Attachment: SOLR-1234.patch

> Multiple DIH does not work because all of them write to dataimport.properties
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-1234
>                 URL: https://issues.apache.org/jira/browse/SOLR-1234
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1234.patch
>
>
> DIH always writes the details to <conf-dir>/dataimport.properties. This is a problem if multiple DIH entries need to be used. The simplest solution would be to write to a file name that is same as the handler name (this is unique anyway)

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