[ https://issues.apache.org/jira/browse/SOLR-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518800 ]
Yonik Seeley commented on SOLR-332: ----------------------------------- Most of those properties are pretty low level... they were meant pretty much to map to the low level lucene field properties. setting certain of them to false or true on a field would normally be done in the schema.xml I've done a few custom FieldType classes, but never had to touch those. What exactly are you trying to do? > 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.