[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Assignee: Robert Muir (was: Mark Miller) I think this patch is ready. Will commit in a few days

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch Updated patch: * optimizations for small indexes * improved tests t

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch updated patch, regenerated with mike's update to the python script.

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: createLevAutomata.py Added usage line, fixed missing space in license he

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch first shot at a committable patch. please review. > explore using a

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: moman-57f5dc9dd0e7.diff attached is the patch the author provided to the moman source

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch the author responded with a bugfix to moman. additionally, he made h

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch this is mike's patch, except with the additional tests (that fail fo

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New patch w/ fixes to not overallocate states. > expl

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch attached is an update patch, i left the Lev3Parametric out for simpl

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New patch... just fixes a few small things Uwe noticed

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New rev of gen.py, that uses packed arrays for the sta

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch attached is an updated (smaller) patch. the generated files are re-g

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: gen.py Collapse switch cases that have the same action (just fall throug

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch attached is a monster patch for flex, with autogenerated Lev1 and Le

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: gen.py Mike, attached is a first crack at modified version of gen.py This is producing

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New gen.py, just w

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New patch attached

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py New gen.py and Lev

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: Lev2ParametricDescription.java gen.py Attached gen.py, t

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Description: we can optimize fuzzyquery by using AutomatonTermsEnum. The idea is to speed up the

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: ContrivedFuzzyBenchmark.java attached is a 'contrived fuzzy benchmark' derived from my

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch * implement the pq algorithm, when the value at the bottom of the pq

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Lucene Fields: [New, Patch Available] (was: [New]) Issue Type: Improvement (was: Wish) >

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089_concat.patch this is the patch to improve BasicOperations.concatenate. If

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch updated patch: * when the user supplies a constant prefix, it is act

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch updated patch: * the proxy is a TermsEnum not a FilteredTermsEnum, t

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch here is a more fleshed out patch (rough but all tests pass): * Fuzzy

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2089: -- Affects Version/s: Flex Branch Fix Version/s: Flex Branch > explore using automaton fo

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-12-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch here is a patch that implements the crazy algorithm. i only include

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-12-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Description: Mark brought this up on LUCENE-1606 (i will assign this to him, I know he is itching

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-12-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Description: Mark brought this up on LUCENE-1606 (i will assign this to him, I know he is itching

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-12-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: TestFuzzy.java attached is a testcase that builds n=1 for some string the slow way. yo

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-11-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2089: Attachment: Moman-0.2.1.tar.gz Sorry - I attached the wrong file. > explore using automaton for f

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-11-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2089: Attachment: (was: Moman-0.1.tar.gz) > explore using automaton for fuzzyquery > ---

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-11-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2089: Attachment: Moman-0.1.tar.gz >From Moman author: Absolutely. Sorry for the missing links. I had s

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-11-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Description: Mark brought this up on LUCENE-1606 (i will assign this to him, I know he is itching

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2009-11-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Description: Mark brought this up on LUCENE-1606 (i will assign this to him, I know he is itching