You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2013/04/19 20:51:15 UTC

[jira] [Commented] (SOLR-3953) postingsFormat doesn't work on field, only on fieldType

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

Shawn Heisey commented on SOLR-3953:
------------------------------------

Fixing this will be a good learning experience for me.  If someone else knows exactly what to do and wants to take it off my hands, feel free.

This is part of an effort to close old issues that I have reported.  Search tag: elyograg2013springclean

                
> postingsFormat doesn't work on field, only on fieldType
> -------------------------------------------------------
>
>                 Key: SOLR-3953
>                 URL: https://issues.apache.org/jira/browse/SOLR-3953
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.1
>            Reporter: Shawn Heisey
>            Assignee: Shawn Heisey
>            Priority: Minor
>             Fix For: 4.3
>
>
> The following schema config (adding postingsFormat) produces no changes in Solr's behavior.  If postingsFormat="BloomFilter" is instead added to a new fieldType and that fieldType is used, then Solr's behavior changes.  In my pre-deployment tests, it results in SOLR-3950.
> <field name="did" type="long" indexed="true" stored="true" postingsFormat="BloomFilter"/>
> Having to add a new fieldType for an alternate codec leads to configuration duplication and the potential for confusing problems.  I would imagine that most people that are interested in alternate codecs will want to continue using an existing type.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org