[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automaton.patch patch > Automaton Query/Filter (scalable regex) > ---

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonWithWildCard.patch Here is an updated patch with AutomatonWildCardQuery. Thi

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1606: --- Fix Version/s: 2.9 > Automaton Query/Filter (scalable regex) > -

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonWithWildCard2.patch oops I did say in javadocs score is constant / boost only

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonMultiQuery.patch ok I refactored this to use FilteredTermEnum/MultiTermQuery

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonMultiQuerySmart.patch updated with smarter enumeration. I think this is mathe

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonmultiqueryfuzzy.patch this includes an alternative for another slow linear qu

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch removed use of multitermquery's getTerm() equals/hashcode are defin

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-06-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Fix Version/s: (was: 2.9) 3.0 I move this to 3.0 (and not 3.1), because

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-10-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch updated patch to trunk: * add support for optional regex features *

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-10-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Fix Version/s: (was: 3.0) 3.1 > Automaton Query/Filter (scalable regex) > -

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606_nodep.patch attached is an alternate patch with no library dependency (LU

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch Mark, I think this patch is ok, all tests pass etc. Can you take a l

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606.patch Hi Robert, here is my patch. The WildCard and RegExp test query

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606.patch Some cleanups and a more consistent endEnum handling. Also added

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606.patch Again some updates, moved the '*' and '?' constants also to Wild

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Component/s: (was: contrib/*) Search > Automaton Query/Filter (scalable r

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch fix the ø in NOTICE, cleanup some unused imports, etc. now that Uwe

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch this patch fixes a bug i introduced when i removed recursion. the wi

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: BenchWildcard.java attached is benchmark, which generates random wildcard queries. it

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1606: --- Attachment: LUCENE-1606-flex.patch First cut @ cutting over to flex API attached --

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch Mike, here is an update to your flex patch. I restored back two

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch updated patch: * don't seek to high surrogates, instead tack on \uDC

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: (was: LUCENE-1606.patch) > Automaton Query/Filter (scalable regex) > -

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch sorry, my ide added a @author tag. i need to look to see where to tu

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch this patch removes constant prefix, as its only used in dumb mode, a

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: (was: LUCENE-1606.patch) > Automaton Query/Filter (scalable regex) > -

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch in this patch, if the automaton is finite, always seek. if its infin

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-11-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch sorry, wrong file. getting lost in iterations of this patch. > Aut

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch here is an updated patch. In my opinion all that is needed is to add

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch I added random testing for wildcards and regexps. Don't know what e

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch attached is a port of the latest trunk patch to flex branch, fo

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch Here a flex patch for automaton. It contains LUCENE-2110, a

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch New patch, there was a lost private field. Also changed the

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: (was: LUCENE-1606-flex.patch) > Automaton Query/Filter (scalable regex) >

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch An update with the changed nextSeekTerm() semantics from LU

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: (was: LUCENE-1606-flex.patch) > Automaton Query/Filter (scalable regex) >

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch There was a bug in the patch before, sorry. I will finish w

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: (was: LUCENE-1606-flex.patch) > Automaton Query/Filter (scalable regex) >

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch Now the final one. I somehow need a test enum which does v

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch Here is the patch with the getEnum/getTermsEnum changes ins

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch again - krr to the hell with the AM/PM bug in JIRA! It is *

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: (was: LUCENE-1606-flex.patch) > Automaton Query/Filter (scalable regex) >

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch in this patch, i take some commented out code in UnicodeUtil (valid

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch here is an update to the last one, using UnicodeUtil constants, etc.

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch latest flex patch, after LUCENE-2110 and LUCENE-2121 > Automat

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch the current wildcardquery has getTerm(), this is needed for bw

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch this is an update to improve performance for lots of seeking (w

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch this builds off the last improvement, and uses RunAutomaton (th

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606-flex.patch here i removed the use of String in the enum. this seems to hel

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1606: -- Attachment: LUCENE-1606-flex.patch I updated the patch because of my last commit. Your's looks

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-06-15 Thread Michael McCandless
Why do you hate 1.6 Uwe? Mike On Mon, Jun 15, 2009 at 12:10 PM, Uwe Schindler (JIRA) wrote: > >     [ > https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Uwe Schindler updated LUCENE-1606: > --

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Ghazal Gharooni
Hello, I am new in the community and I've completely been confused. Please anybody help me out to know which part of codes you are working with. How should I participate in work? Thank you! On Sat, Dec 5, 2009 at 1:02 PM, Uwe Schindler (JIRA) wrote: > > [ > https://issues.apache.org/jira/

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Simon Willnauer
On Sat, Dec 5, 2009 at 10:58 PM, Ghazal Gharooni wrote: > Hello, > > I am new in the community and I've completely been confused. Please anybody > help me out to know which part of codes you are working with. How should I > participate in work? Thank you! Hi Ghazal, what exact information do you

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Mark Miller
Could you be more specific :) This patch is part of an issue to add an AutomatonQuery class to Lucene that allows for a fast RegexpQuery and replaces our WildcardQuery impl. Its being developed in two flavors - one for the current trunk version of Lucene, and a slightly altered version for our "fl

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Robert Muir
Hi Ghazal, I am sorry this one is a bit confusing. I think it is because a lot of people are working on it (which is great) and a lot of ideas going back and forth, causing lots of files to be uploaded, etc. Can you tell us more about your interest in working with NFA/DFA in Lucene? I am very cur

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Ghazal Gharooni
Hello, Thank you all for your description. Actually, this is my first experiences in an open source community. I downloaded the source code (lucene-3.0.0.zip) and would like to work on part of the code in order to learn new skills from group and have a positive contribution. To be honest, I really

Re: [jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-12-05 Thread Robert Muir
Hi Ghazal, I think if you are looking to help with Lucene in general, the HowToContribute link is the best place to start: http://wiki.apache.org/lucene-java/HowToContribute We are not working with the source code from the zip file, but instead the latest unreleased code in the subversion reposito