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

Commit Tag Bot commented on LUCENE-4617:
----------------------------------------

[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1420958

LUCENE-4617: remove fst.pack method

                
> remove FST.pack() method
> ------------------------
>
>                 Key: LUCENE-4617
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4617
>             Project: Lucene - Core
>          Issue Type: Sub-task
>          Components: core/FSTs
>            Reporter: Robert Muir
>             Fix For: 4.1, 5.0
>
>         Attachments: LUCENE-4617.patch, LUCENE-4617.patch
>
>
> Current method to make a packed FST:
> 1. Create an FST Builder with willPack=true, telling it you are later going 
> to pack() it.
> 2. Create your fst with finish() as normal.
> 3. Take that fst, and call pack() on it to get another FST.
> This makes no sense. if you pass willPack=true, then I think finish() should 
> just return a packed fst.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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