[ 
https://issues.apache.org/jira/browse/SOLR-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518806
 ] 

Jonathan Woods commented on SOLR-332:
-------------------------------------

I'm implementing ObjectField extends FieldType as per 
https://issues.apache.org/jira/browse/SOLR-328, and because it doesn't make 
sense (in this case) to have fields of this type as not STORED, for example, I 
was trying to ensure that STORED was always true.  Perhaps I've been missing 
the point about the function of solrschema.xml, which seems to be given pretty 
much free rein when defining applicable field types; but I thought that 
overriding trueProperties etc would be a way of preventing nonsensical 
configurations.

> Visibility of static int fields in FieldProperties should be increased to 
> allow custom FieldTypes to use them
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-332
>                 URL: https://issues.apache.org/jira/browse/SOLR-332
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Jonathan Woods
>            Priority: Minor
>
> Constants in org.apache.solr.schema aren't visible to classes outside that 
> package, yet they're useful e.g. for custom FieldTypes.  Could their 
> visibility be increased?

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

Reply via email to