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 (JIRA)" <ji...@apache.org> on 2013/10/10 03:44:42 UTC

[jira] [Commented] (LUCENE-5268) Cutover more postings formats to the inverted "pull" API

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

Robert Muir commented on LUCENE-5268:
-------------------------------------

this looks awesome, its good to see how it simplified pulsing. I think that means the new api is working...

> Cutover more postings formats to the inverted "pull" API
> --------------------------------------------------------
>
>                 Key: LUCENE-5268
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5268
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 5.0
>
>         Attachments: LUCENE-5268.patch
>
>
> In LUCENE-5123, we added a new, more flexible, "pull" API for writing
> postings.  This API allows the postings format to iterate the
> fields/terms/postings more than once, and mirrors the API for writing
> doc values.
> But that was just the first step (only SimpleText was cutover to the
> new API).  I want to cutover more components, so we can (finally)
> e.g. play with different encodings depending on the term's postings,
> such as using a bitset for high freq DOCS_ONLY terms (LUCENE-5052).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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