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

Dawid Weiss commented on LUCENE-3206:
-------------------------------------

I haven't had the time to work on that, sorry. I'll publish what I have on 
github, if you want to give it a spin. Essentially I wanted to tackle the 
following issues:

- clean and well defined algebra of operations and input types,
- GC efficiency during construction so that we don't create intermediate 
objects if there's no need to (inherently connected to algebra definition),
- a small, lean and clean API for traversals, with utility methods of higher 
complexity (suffix collectors, matchers, etc.)

Only once this is implemented it makes sense to incorporate add-ons Mike worked 
on (during-the-construction pruning, different arc storage formats). So, even 
if it's essentially a sortedmap, there is a fair bit of complexity involved if 
you want to make it efficient :)

> FST package API refactoring
> ---------------------------
>
>                 Key: LUCENE-3206
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3206
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/FSTs
>    Affects Versions: 3.2
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>             Fix For: 3.4, 4.0
>
>         Attachments: LUCENE-3206.patch
>
>
> The current API is still marked @experimental, so I think there's still time 
> to fiddle with it. I've been using the current API for some time and I do 
> have some ideas for improvement. This is a placeholder for these -- I'll post 
> a patch once I have a working proof of concept.

--
This message is automatically generated by JIRA.
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