Re: Generification of FSIndex

2009-08-28 Thread Marshall Schor
Jörn Kottmann wrote: > Marshall Schor wrote: >> Jörn Kottmann wrote: >> >>> Marshall Schor wrote: >>> OK - sounds like this won't be on the fix list for 2.3.0 ;-) And, given the value of being able to do this in selected cases, it doesn't sound right, either, to change the ar

Re: Generification of FSIndex

2009-08-27 Thread Jörn Kottmann
Marshall Schor wrote: Jörn Kottmann wrote: Marshall Schor wrote: OK - sounds like this won't be on the fix list for 2.3.0 ;-) And, given the value of being able to do this in selected cases, it doesn't sound right, either, to change the arguments to find, moveTo, etc from FeatureStructu

Re: Generification of FSIndex

2009-08-26 Thread Thilo Goetz
Marshall Schor wrote: > > Jörn Kottmann wrote: >> Marshall Schor wrote: >>> OK - sounds like this won't be on the fix list for 2.3.0 ;-) >>> And, given the value of being able to do this in selected cases, it >>> doesn't sound right, either, to change the arguments to find, moveTo, >>> etc from Fe

Re: Generification of FSIndex

2009-08-26 Thread Marshall Schor
Jörn Kottmann wrote: > Marshall Schor wrote: >> OK - sounds like this won't be on the fix list for 2.3.0 ;-) >> And, given the value of being able to do this in selected cases, it >> doesn't sound right, either, to change the arguments to find, moveTo, >> etc from FeatureStructure. >> So let's le

Re: Generification of FSIndex

2009-08-26 Thread Jörn Kottmann
Marshall Schor wrote: OK - sounds like this won't be on the fix list for 2.3.0 ;-) And, given the value of being able to do this in selected cases, it doesn't sound right, either, to change the arguments to find, moveTo, etc from FeatureStructure. So let's leave this as is. I created a jir

Re: Generification of FSIndex

2009-08-11 Thread Marshall Schor
lly wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann >>>>>>>> wrote: >>>>>>>> >>>>&g

Re: Generification of FSIndex

2009-08-11 Thread Thilo Goetz
009 at 5:32 PM, Marshall Schor wrote: >>>>> >>>>> >>>>>> Adam Lally wrote: >>>>>> >>>>>> >>>>>>> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann >>>>>>> wrote: >>>

Re: Generification of FSIndex

2009-08-11 Thread Marshall Schor
;>> Adam Lally wrote: >>>>> >>>>> >>>>>> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: >>>>>> >>>>>> >>>>>> >>>>

Re: Generification of FSIndex

2009-08-11 Thread Thilo Goetz
7 PM, Jörn Kottmann wrote: >>>>> >>>>> >>>>>> Marshall Schor wrote: >>>>>> >>>>>> >>>>>>> The generification of FSIndex currently specifies one type, >>>>>> Fe

Re: Generification of FSIndex

2009-08-11 Thread Marshall Schor
; >>>>> Marshall Schor wrote: >>>>> >>>>> >>>>>> The generification of FSIndex currently specifies one type, >>>>> FeatureStructure> that is the type of item being returned. >>>>>> >>>&

Re: Generification of FSIndex

2009-08-10 Thread Thilo Goetz
Adam Lally wrote: > On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schor wrote: >> Adam Lally wrote: >>> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: >>> >>>> Marshall Schor wrote: >>>> >>>>> The generification of FSIndex curren

Re: Generification of FSIndex

2009-08-10 Thread Jörn Kottmann
Marshall Schor wrote: Marshall Schor wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: Marshall Schor wrote: The generification of FSIndex currently specifies one type, that is the type of item being returned. The

Re: Generification of FSIndex

2009-08-10 Thread Adam Lally
On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schor wrote: > Adam Lally wrote: >> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: >> >>> Marshall Schor wrote: >>> >>>> The generification of FSIndex currently specifies one type, >>> Fea

Re: Generification of FSIndex

2009-08-10 Thread Marshall Schor
Marshall Schor wrote: > Adam Lally wrote: > >> On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: >> >> >>> Marshall Schor wrote: >>> >>> >>>> The generification of FSIndex currently specifies one type

Re: Generification of FSIndex

2009-08-10 Thread Marshall Schor
Adam Lally wrote: > On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: > >> Marshall Schor wrote: >> >>> The generification of FSIndex currently specifies one type, >> FeatureStructure> that is the type of item being returned. >>> >>

Re: Generification of FSIndex

2009-08-10 Thread Adam Lally
On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmann wrote: > Marshall Schor wrote: >> >> The generification of FSIndex currently specifies one type, > FeatureStructure> that is the type of item being returned. >> >> >> The contains and find methods have argum

Re: Generification of FSIndex

2009-08-10 Thread Jörn Kottmann
Jörn Kottmann wrote: No I do not think that they could be changed to take type T. Lets take the case of the contains method. The javadoc says: "Check if the index contains an element equal to the given feature structure according to the ordering of the index. Note that this is in general not the

Re: Generification of FSIndex

2009-08-10 Thread Jörn Kottmann
Marshall Schor wrote: The generification of FSIndex currently specifies one type, that is the type of item being returned. The contains and find methods have arguments of type FeatureStructure. These could be changed to take type "T". No I do not think that they could be chang

Generification of FSIndex

2009-08-10 Thread Marshall Schor
The generification of FSIndex currently specifies one type, that is the type of item being returned. The contains and find methods have arguments of type FeatureStructure. These could be changed to take type "T". I think the current implementation has maybe a bug - if you use contai