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/29 11:16:44 UTC

[jira] Created: (SOLR-942) Different Fields w/ same column and different names do not work

Different Fields w/ same column and different names do not work
---------------------------------------------------------------

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

the folowing example
<field column="NAME" name="name" />
<field column="NAME" name="nameSort" />

only nameSort is written to Solr name is not written

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


[jira] Updated: (SOLR-942) Different Fields w/ same column and different names do not work

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

Shalin Shekhar Mangar updated SOLR-942:
---------------------------------------

    Attachment: SOLR-942.patch

Added a testcase. I'll commit shortly.

> Different Fields w/ same column and different names do not work
> ---------------------------------------------------------------
>
>                 Key: SOLR-942
>                 URL: https://issues.apache.org/jira/browse/SOLR-942
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-942.patch, SOLR-942.patch
>
>
> the folowing example
> {code}
> <field column="NAME" name="name" />
> <field column="NAME" name="nameSort" />
> {code}
> only nameSort is written to Solr name is not written

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


[jira] Assigned: (SOLR-942) Different Fields w/ same column and different names do not work

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

Shalin Shekhar Mangar reassigned SOLR-942:
------------------------------------------

    Assignee: Shalin Shekhar Mangar

> Different Fields w/ same column and different names do not work
> ---------------------------------------------------------------
>
>                 Key: SOLR-942
>                 URL: https://issues.apache.org/jira/browse/SOLR-942
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-942.patch
>
>
> the folowing example
> {code}
> <field column="NAME" name="name" />
> <field column="NAME" name="nameSort" />
> {code}
> only nameSort is written to Solr name is not written

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


[jira] Updated: (SOLR-942) Different Fields w/ same column and different names do not work

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

Noble Paul updated SOLR-942:
----------------------------

    Attachment: SOLR-942.patch

the fix

> Different Fields w/ same column and different names do not work
> ---------------------------------------------------------------
>
>                 Key: SOLR-942
>                 URL: https://issues.apache.org/jira/browse/SOLR-942
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-942.patch
>
>
> the folowing example
> {code}
> <field column="NAME" name="name" />
> <field column="NAME" name="nameSort" />
> {code}
> only nameSort is written to Solr name is not written

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


[jira] Resolved: (SOLR-942) Different Fields w/ same column and different names do not work

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

Shalin Shekhar Mangar resolved SOLR-942.
----------------------------------------

    Resolution: Fixed

Committed revision 730059.

Thanks Noble!

> Different Fields w/ same column and different names do not work
> ---------------------------------------------------------------
>
>                 Key: SOLR-942
>                 URL: https://issues.apache.org/jira/browse/SOLR-942
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-942.patch, SOLR-942.patch
>
>
> the folowing example
> {code}
> <field column="NAME" name="name" />
> <field column="NAME" name="nameSort" />
> {code}
> only nameSort is written to Solr name is not written

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


[jira] Updated: (SOLR-942) Different Fields w/ same column and different names do not work

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

Noble Paul updated SOLR-942:
----------------------------

    Description: 
the folowing example
{code}
<field column="NAME" name="name" />
<field column="NAME" name="nameSort" />
{code}

only nameSort is written to Solr name is not written

  was:
the folowing example
<field column="NAME" name="name" />
<field column="NAME" name="nameSort" />

only nameSort is written to Solr name is not written


> Different Fields w/ same column and different names do not work
> ---------------------------------------------------------------
>
>                 Key: SOLR-942
>                 URL: https://issues.apache.org/jira/browse/SOLR-942
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-942.patch
>
>
> the folowing example
> {code}
> <field column="NAME" name="name" />
> <field column="NAME" name="nameSort" />
> {code}
> only nameSort is written to Solr name is not written

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