Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-20 Thread Andy Pook
It'd be useful if There was a StopAnalyzer ctor overload that took an IEnumerablestring and maybe the current one that takes Liststring should be ICollectionstring (same as internal stopWords member). Just gives a little flexibility on the types that can be used. Also there is a little confusion

Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-20 Thread digy digy
On Fri, May 20, 2011 at 12:34 PM, Andy Pook andy.p...@gmail.com wrote: It'd be useful if There was a StopAnalyzer ctor overload that took an IEnumerablestring and maybe the current one that takes Liststring should be ICollectionstring (same as internal stopWords member). Just gives a little

RE: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-19 Thread Digy
: Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics. Can i use this version with an existing index based on lucene.Java 3.0.3 ? Alex Am 19.05.2011 00:20, schrieb Digy (JIRA): [ https://issues.apache.org/jira/browse

Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-18 Thread Alexander Bauer
Can i use this version with an existing index based on lucene.Java 3.0.3 ? Alex Am 19.05.2011 00:20, schrieb Digy (JIRA): [

Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-18 Thread Wyatt Barnett
Sweet. Is there a binary I can drop in or should I compile my own? On Wed, May 18, 2011 at 6:20 PM, Digy (JIRA) j...@apache.org wrote:    [

RE: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-18 Thread Digy
Sorry no binary. As far as I know it requires an official release DIGY -Original Message- From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Thursday, May 19, 2011 1:45 AM To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing

Re: [Lucene.Net] [jira] [Commented] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-05-17 Thread Rory Plaire
This is a great improvement, but why not also remove the braces and returns? var cache = new FilterCacheDocIdSet(deletesMode, (reader, docIdSet) = new FilteredDocIdSet( (DocIdSet)docIdSet, docid = !reader.IsDeleted(docid))); On Tue, May 17, 2011 at 3:01 PM, Digy (JIRA) j...@apache.org