You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2013/01/08 17:30:13 UTC

[jira] [Updated] (LUCENE-4593) clean up FST storage abstractions

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

Michael McCandless updated LUCENE-4593:
---------------------------------------

    Attachment: LUCENE-4593.patch

Minor improvements, but an API change for the uber-Builder-ctor (the API is experimental): I changed allowArrayArcs from setter to ctor param (it doesn't make sense to change this while you are building).

Also added comment for lastFrozenNode ...
                
> clean up FST storage abstractions
> ---------------------------------
>
>                 Key: LUCENE-4593
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4593
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-4593.patch, LUCENE-4593.patch
>
>
> I was looking at James patch for LUCENE-3298, and I thought that you know, FST *almost* abstracts its underlying "i/o" (storage) via reader/writer abstractions.
> It would be good to try to work on this more, e.g. we can imagine a little abstraction like lucene has a Store (Directory). 
> This way maybe we could cleanup the packed vs non-packed, allow for > 2GB fsts without slowing down small ones, and so on.
> I have a patch that is like an amoeba-step towards this

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org