[
https://issues.apache.org/jira/browse/SOLR-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631904#action_12631904
]
Yonik Seeley commented on SOLR-739:
-----------------------------------
bq. the other possibility would be to make it FieldType specific ... leave tf
in by default, but make classes where there's a 90% chance it's not need
(SortableIntField, DateField, etc...) override a method disabling it.
That's essentially what is done in the current patch... it defaults to ommitted
and TextField changes it's default to include tf.
> Add support for OmitTf
> ----------------------
>
> Key: SOLR-739
> URL: https://issues.apache.org/jira/browse/SOLR-739
> Project: Solr
> Issue Type: New Feature
> Reporter: Mark Miller
> Priority: Minor
> Fix For: 1.4
>
> Attachments: SOLR-739.patch
>
>
> Allow setting omitTf in the field schema. Default to true for all but text
> fields.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.