[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2792: Attachment: SimpleBench.java Uwe, unfortunately even without the getComponentType its still much w

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792-ArrayUtil-grow.patch Here the patch, just to test performance. Robert?

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Mike: Here some further, small cleanups in the grow() parts. >

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: LUCENE-2792.patch New patch, after substantial iterations w/ the Generic

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: (was: LUCENE-2792.patch) > Add a simple FST impl to Lucene > -

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Last patch missed some generics in NoOutputs and PositiveInts >

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Here a first generifid patch. There are several problems: - FST

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2792: Attachment: LUCENE-2792.patch As a start, i generified the PairOutputs.. will try to help with the

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: LUCENE-2792.patch New patch! I think it's ready to commit. I switched

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: FSTExample.png I'm attaching an example FST (PNG image) so we can visual

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: LUCENE-2792.patch Patch. > Add a simple FST impl to Lucene > --