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 2014/08/15 15:17:18 UTC

[jira] [Commented] (LUCENE-5888) FSTOrdPostingsFormat doesnt support ord()

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

Robert Muir commented on LUCENE-5888:
-------------------------------------

I looked at trying to fix this: a big missing piece I think is to be able to seek the FSTEnum by output?

If we can do this, we can fix the stupidity in MemoryDocValues and Lucene42DocValues as well: they currently find-by-output separately (the Util method), then seek the enum to the bytes :(

> FSTOrdPostingsFormat doesnt support ord()
> -----------------------------------------
>
>                 Key: LUCENE-5888
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5888
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> This is sort of the point of this PF, but it doesn't implement ord() or seek(ord).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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