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 "George Everitt (JIRA)" <ji...@apache.org> on 2007/09/23 00:40:50 UTC

[jira] Created: (SOLR-364) SolrType, not just C# System Type should be available on SolrField configuration class.

SolrType, not just C# System Type should be available on SolrField configuration class.
---------------------------------------------------------------------------------------

                 Key: SOLR-364
                 URL: https://issues.apache.org/jira/browse/SOLR-364
             Project: Solr
          Issue Type: Improvement
          Components: clients - C#
    Affects Versions: 1.2
         Environment: C#, .Net 2.0
            Reporter: George Everitt
            Priority: Trivial


The SolrField class currently has a Type member which returns the C# native type.  It does not have a member which returns the actual SolrType for the field.





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


[jira] Updated: (SOLR-364) SolrType, not just C# System Type should be available on SolrField configuration class.

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

George Everitt updated SOLR-364:
--------------------------------

    Description: 
The SolrField class currently has a Type member which returns the C# native type.  It does not have a member which returns the actual SolrType for the field.  

There is no easy way that I can see to get this information any other way.


  was:
The SolrField class currently has a Type member which returns the C# native type.  It does not have a member which returns the actual SolrType for the field.






> SolrType, not just C# System Type should be available on SolrField configuration class.
> ---------------------------------------------------------------------------------------
>
>                 Key: SOLR-364
>                 URL: https://issues.apache.org/jira/browse/SOLR-364
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - C#
>    Affects Versions: 1.2
>         Environment: C#, .Net 2.0
>            Reporter: George Everitt
>            Priority: Trivial
>
> The SolrField class currently has a Type member which returns the C# native type.  It does not have a member which returns the actual SolrType for the field.  
> There is no easy way that I can see to get this information any other way.

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


[jira] Commented: (SOLR-364) SolrType, not just C# System Type should be available on SolrField configuration class.

Posted by "Jeff Rodenburg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530001 ] 

Jeff Rodenburg commented on SOLR-364:
-------------------------------------

OK, this seems simple enough to add a string property named "SolrType" to either the SolrField object or the SolrType object.  If the type from Solr doesn't correspond to a mapped native C# type, the failsafe implementation would be on the SolrField class.

Feel free to submit a patch for the change.

> SolrType, not just C# System Type should be available on SolrField configuration class.
> ---------------------------------------------------------------------------------------
>
>                 Key: SOLR-364
>                 URL: https://issues.apache.org/jira/browse/SOLR-364
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - C#
>    Affects Versions: 1.2
>         Environment: C#, .Net 2.0
>            Reporter: George Everitt
>            Priority: Trivial
>
> The SolrField class currently has a Type member which returns the C# native type.  It does not have a member which returns the actual SolrType for the field.  
> There is no easy way that I can see to get this information any other way.

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