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

Michael McCandless commented on LUCENE-3293:
--------------------------------------------

Patch looks good!  Just add a space after the , in "new 
IOContext(context,true)" in VariableGapTermsIndexReader.java

> Use IOContext.READONCE in VarGapTermsIndexReader to load FST
> ------------------------------------------------------------
>
>                 Key: LUCENE-3293
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3293
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: core/codecs
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Varun Thacker
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-3293.patch, LUCENE-3293.patch
>
>
> VarGapTermsIndexReader should pass READONCE context down when it
> opens/reads the FST. Yet, it should just replace the ctx passed in, ie if we 
> are merging vs reading we want to differentiate.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to