Re: RangeQuery and getTerm

2009-04-28 Thread Mark Miller
Okay, I agree - best would be to lose the method that does not make sense for all multiterm queries. I'll work on deprecating it and moving getTerm up to the sub queries that it makes sense for. - Mark Uwe Schindler wrote: During my implementations on trie range, I was always wondering, why

Re: RangeQuery and getTerm

2009-04-28 Thread Michael McCandless
On Tue, Apr 28, 2009 at 2:38 AM, Uwe Schindler wrote: > Why not deprecate getTerm() in MultiTermQuery, remove the field in > MultiTermQuery and all related occurrences? The field and methods are then > *not* deprecated and senseful implemented in Fuzzy*. +1 Mike ---

RE: RangeQuery and getTerm

2009-04-27 Thread Uwe Schindler
During my implementations on trie range, I was always wondering, why MultiTermQuery has this method. It seems to be relict from the past. The term is only used in Fuzzy* (as far as I have seen). Why no deprecate getTerm() in MultiTermQuery, remove the field in MultiTermQuery and all related occurr