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 "Lars Kotthoff (JIRA)" <ji...@apache.org> on 2008/08/05 04:22:44 UTC

[jira] Created: (SOLR-674) Add WriterParams interface for writer parameter strings

Add WriterParams interface for writer parameter strings
-------------------------------------------------------

                 Key: SOLR-674
                 URL: https://issues.apache.org/jira/browse/SOLR-674
             Project: Solr
          Issue Type: Task
    Affects Versions: 1.3
            Reporter: Lars Kotthoff
            Priority: Minor
         Attachments: SOLR-647.patch

Currently the request parameters specific to writers are extracted using hardcoded strings. The strings should be pulled out to an interface.

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


[jira] Updated: (SOLR-674) Add WriterParams interface for writer parameter strings

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

Lars Kotthoff updated SOLR-674:
-------------------------------

    Attachment: SOLR-647.patch

Patch adding WriterParams interface and replacing the strings in the classes accessing the parameters.

> Add WriterParams interface for writer parameter strings
> -------------------------------------------------------
>
>                 Key: SOLR-674
>                 URL: https://issues.apache.org/jira/browse/SOLR-674
>             Project: Solr
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Lars Kotthoff
>            Priority: Minor
>         Attachments: SOLR-647.patch
>
>
> Currently the request parameters specific to writers are extracted using hardcoded strings. The strings should be pulled out to an interface.

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


[jira] Updated: (SOLR-674) Add WriterParams interface for writer parameter strings

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

Lars Kotthoff updated SOLR-674:
-------------------------------

    Attachment: SOLR-674.patch

Updating patch to trunk.

> Add WriterParams interface for writer parameter strings
> -------------------------------------------------------
>
>                 Key: SOLR-674
>                 URL: https://issues.apache.org/jira/browse/SOLR-674
>             Project: Solr
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Lars Kotthoff
>            Priority: Minor
>         Attachments: SOLR-647.patch, SOLR-674.patch
>
>
> Currently the request parameters specific to writers are extracted using hardcoded strings. The strings should be pulled out to an interface.

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