[ https://issues.apache.org/jira/browse/SOLR-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519198 ]
Jonathan Woods commented on SOLR-332: ------------------------------------- I understand. Feel free to close this issue if you think that's appropriate - it's pretty minor. But it's not clear to me how anyone could make safe use of (the functionality) of falseProperties and trueProperties unless they were subclassing FieldType _and_ in the the same package, simply because FieldProperties.INDEXED etc are package private. Maybe there's a case for increasing the visibility of FieldProperties and its static constants. > 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.