You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <de...@uima.apache.org> on 2011/02/22 13:09:38 UTC

[jira] Created: (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
-----------------------------------------------------------------------

                 Key: UIMA-2067
                 URL: https://issues.apache.org/jira/browse/UIMA-2067
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-Solrcas
            Reporter: Jörn Kottmann
            Priority: Minor


Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.

If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Reopened] (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili reopened UIMA-2067:
-----------------------------------


> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved UIMA-2067.
-----------------------------------

    Resolution: Fixed

> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili updated UIMA-2067:
----------------------------------

    Fix Version/s: 2.3.1Addons

> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>             Fix For: 2.3.1Addons
>
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Reopened: (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili reopened UIMA-2067:
-----------------------------------


> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Resolved: (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved UIMA-2067.
-----------------------------------

    Resolution: Fixed

fixed documentation

> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (UIMA-2067) Solrcas should remove CAS.toString() to field mapping aka "CasMapping"

Posted by "Tommaso Teofili (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili closed UIMA-2067.
---------------------------------

    Resolution: Fixed

> Solrcas should remove CAS.toString() to field mapping aka "CasMapping" 
> -----------------------------------------------------------------------
>
>                 Key: UIMA-2067
>                 URL: https://issues.apache.org/jira/browse/UIMA-2067
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Solrcas
>            Reporter: Jörn Kottmann
>            Priority: Minor
>             Fix For: 2.3.1Addons
>
>
> Solrcas has a feature to map CAS.toString to a field in Solr. CAS.toString return the memory address of the CAS obejct, which in most contexts does not has any meaning to a user. This mapping should be removed since users might easily assume it could be used as an unique id which it cannot. There is also no reason to index the CAS memory address.
> If a user wishes to index debugging information it should be added as FSes to the CAS and indexed. The functionality to do that is already present via type to field mappings.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira