[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to