You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Created) (JIRA)" <ji...@apache.org> on 2011/11/07 19:52:51 UTC

[jira] [Created] (LUCENE-3568) Replace payloadprocessorprovider with a codec that overrides merging

Replace payloadprocessorprovider with a codec that overrides merging
--------------------------------------------------------------------

                 Key: LUCENE-3568
                 URL: https://issues.apache.org/jira/browse/LUCENE-3568
             Project: Lucene - Java
          Issue Type: Task
    Affects Versions: 4.0
            Reporter: Robert Muir


Seems like this would be a much cleaner integration (and ultimately more flexible).

Instead of hardcoding this api into our default termsconsumer, we could just have a postingsformat (wrapper?)
that does special things with payloads during merging.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


[jira] [Commented] (LUCENE-3568) Replace payloadprocessorprovider with a codec that overrides merging

Posted by "Michael McCandless (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145701#comment-13145701 ] 

Michael McCandless commented on LUCENE-3568:
--------------------------------------------

+1, this (changing payloads during merge) is really is a codec-private thing.
                
> Replace payloadprocessorprovider with a codec that overrides merging
> --------------------------------------------------------------------
>
>                 Key: LUCENE-3568
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3568
>             Project: Lucene - Java
>          Issue Type: Task
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>
> Seems like this would be a much cleaner integration (and ultimately more flexible).
> Instead of hardcoding this api into our default termsconsumer, we could just have a postingsformat (wrapper?)
> that does special things with payloads during merging.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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