Robert Muir created LUCENE-4617:
-----------------------------------

             Summary: 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


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