[ 
https://issues.apache.org/jira/browse/LUCENE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-4617.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
                   4.1
    
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to