Does JCC support templated types yet? In particular, I'd like to be able to
say,
--sequence List
'size:()I'
'get:(I)Lcom/parc.goodstuff.Stuff;'
Bill
On Apr 3, 2010, at 11:38, Bill Janssen wrote:
Does JCC support templated types yet?
Yes, Lucene Java moved to Java 5 and makes extensive use of generics
in the 3.x release series.
I added support for that in JCC 2.5.
In particular, I'd like to be able to say,
--sequence List
On Sat, 3 Apr 2010, Andi Vajda wrote:
On Apr 3, 2010, at 11:38, Bill Janssen wrote:
Does JCC support templated types yet?
Yes, Lucene Java moved to Java 5 and makes extensive use of generics in the
3.x release series.
I added support for that in JCC 2.5.
In particular, I'd like to be a
Andi Vajda wrote:
> On Apr 3, 2010, at 11:38, Bill Janssen wrote:
>
> > Does JCC support templated types yet?
>
> Yes, Lucene Java moved to Java 5 and makes extensive use of generics
> in the 3.x release series.
> I added support for that in JCC 2.5.
>
> > In particular, I'd like to be able t
On Sat, 3 Apr 2010, Bill Janssen wrote:
Andi Vajda wrote:
On Apr 3, 2010, at 11:38, Bill Janssen wrote:
Does JCC support templated types yet?
Yes, Lucene Java moved to Java 5 and makes extensive use of generics
in the 3.x release series.
I added support for that in JCC 2.5.
In particu
On Sat, 3 Apr 2010, Andi Vajda wrote:
Yes, you could, were it not for the bug that, currently, --sequence code does
not heed parameterization. I'm fixing this next.
So, assuming this bug were fixed, using:
--sequence java.util.AbstractList 'size:()I' 'get:(I)Ljava/lang/Object;'
Note: you