Opened https://issues.apache.org/jira/browse/LUCENE-5679.
On Sat, May 17, 2014 at 11:38 AM, Michael McCandless < [email protected]> wrote: > +1 > > Mike McCandless > > http://blog.mikemccandless.com > > > On Fri, May 16, 2014 at 7:03 PM, Chris Hostetter > <[email protected]> wrote: > > > > : I was looking at IW.deleteDocs() API, and was wondering why do we have > both > > : deleteDocuments(Term) and deleteDocuments(Term...). Why can't we have > just > > : the vararg one? Same applies to deleteDocuments(Query). > > > > +1 > > > > I think those method signatures just haven't been cleaned up since the > > introduction of varags ? > > > > (ie: Lucene 2.9 was Java1.4 compatible and had Array versions of both of > > those methods instead of the more general vararg versions we have now) > > > > > > -Hoss > > http://www.lucidworks.com/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
