Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1, 6.0
    • core/FSTs
    • None
    • New

    Description

      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.

      Attachments

        1. LUCENE-4617.patch
          5 kB
          Robert Muir
        2. LUCENE-4617.patch
          14 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: