[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1855: - Attachment: LUCENE-1855_contrib_queryparser.patch Here is the patch for

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-10-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch A small update to my core patch, it now needs no

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1855: - Attachment: LUCENE-1855_precedence_queryparser.patch This patch updates the PQP to use

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch Here the master patch prepared in the train from Berlin to

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch Sorry, last patch had an error in hasReusableNext backwards

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch Some Javadoc additions, also change QueryParser.jj file.

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Robert Muir
Uwe, I can work on the contrib portion tonight (jira is not happy with me right now) On Wed, Sep 30, 2009 at 5:33 PM, Uwe Schindler (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Uwe

RE: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Uwe Schindler
PM To: java-dev@lucene.apache.org Subject: Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics Uwe, I can work on the contrib portion tonight (jira is not happy with me right now) On Wed, Sep 30, 2009 at 5:33 PM, Uwe Schindler (JIRA) j...@apache.org wrote

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Robert Muir
-- *From:* Robert Muir [mailto:rcm...@gmail.com] *Sent:* Wednesday, September 30, 2009 11:52 PM *To:* java-dev@lucene.apache.org *Subject:* Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics Uwe, I can work on the contrib portion tonight (jira

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Robert Muir
...@gmail.com] *Sent:* Wednesday, September 30, 2009 11:52 PM *To:* java-dev@lucene.apache.org *Subject:* Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics Uwe, I can work on the contrib portion tonight (jira is not happy with me right now) On Wed, Sep 30, 2009

RE: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Uwe Schindler
Subject: Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics uwe, somewhat related to attributes API... anyway I can trick you or Luis or someone more familiar with QueryParsing into looking at PrecedenceQueryParser under contrib/misc? This still uses the old tokenstream

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Michael Busch
mailto:java-dev@lucene.apache.org *Subject:* Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics Uwe, I can work on the contrib portion tonight (jira is not happy with me right now) On Wed, Sep 30, 2009 at 5:33 PM, Uwe Schindler

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Mark Miller
mailto:java-dev@lucene.apache.org *Subject:* Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics Uwe, I can work on the contrib portion tonight (jira is not happy with me right now) On Wed, Sep 30, 2009 at 5:33

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1855: Attachment: LUCENE-1855_contrib.patch patch for contrib (except for the new queryparser)

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Erik Hatcher
On Sep 30, 2009, at 3:10 PM, Robert Muir wrote: uwe, somewhat related to attributes API... anyway I can trick you or Luis or someone more familiar with QueryParsing into looking at PrecedenceQueryParser under contrib/misc? PQP was my contribution, I think. But it was merely a proof-of-

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-08-31 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: AttributeSource.jad For all developers that want to see, that the

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-08-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch Here is the patch that implements generics for the Attributes

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-08-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1855: -- Attachment: LUCENE-1855.patch bq. It was. OK. I found it :-) - in the first version after