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

2011-05-19 Thread Digy
Not just this version, Lucene.Net 2.9.4 also can read (in theory) the index 
created in 3.0.3. But I haven't tested it myself.
DIGY.

-Original Message-
From: Alexander Bauer [mailto:a...@familie-bauer.info] 
Sent: Thursday, May 19, 2011 8:37 AM
To: lucene-net-...@lucene.apache.org
Subject: 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/LUCENENET-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035795#comment-13035795
>  ]
>
> Digy commented on LUCENENET-412:
> 
>
> Hi All,
>
> Lucene.Net 2.9.4g is almost ready for testing&  feedbacks.
>
> While injecting generics&  making some clean up in code, I tried to be close 
> to lucene 3.0.3 as much as possible.
> Therefore it's position is somewhere between lucene.Java 2.9.4&  3.0.3
>
> DIGY
>
>
> PS: For those who might want to try this version:
> It won't probably be a drop-in replacement since there are a few API changes 
> like
> - StopAnalyzer(List  stopWords)
> - Query.ExtractTerms(ICollection)
> - TopDocs.*TotalHits*, TopDocs.*ScoreDocs*
> and some removed methods/classes like
> - Filter.Bits
> - JustCompileSearch
> - Contrib/Similarity.Net
>
>
>
>
>> Replacing ArrayLists, Hashtables etc. with appropriate Generics.
>> 
>>
>>  Key: LUCENENET-412
>>  URL: https://issues.apache.org/jira/browse/LUCENENET-412
>>  Project: Lucene.Net
>>   Issue Type: Improvement
>> Affects Versions: Lucene.Net 2.9.4
>> Reporter: Digy
>> Priority: Minor
>>  Fix For: Lucene.Net 2.9.4
>>
>>  Attachments: IEquatable for Query&Subclasses.patch, 
>> LUCENENET-412.patch, lucene_2.9.4g_exceptions_fix
>>
>>
>> This will move Lucene.Net.2.9.4 closer to lucene.3.0.3 and allow some 
>> performance gains.
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>



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
ArrayLists, Hashtables etc. with appropriate Generics.

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)  wrote:
>
>    [
https://issues.apache.org/jira/browse/LUCENENET-412?page=com.atlassian.jira.
plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035795#comm
ent-13035795 ]
>
> Digy commented on LUCENENET-412:
> 
>
> Hi All,
>
> Lucene.Net 2.9.4g is almost ready for testing & feedbacks.
>
> While injecting generics & making some clean up in code, I tried to be
close to lucene 3.0.3 as much as possible.
> Therefore it's position is somewhere between lucene.Java 2.9.4 & 3.0.3
>
> DIGY
>
>
> PS: For those who might want to try this version:
> It won't probably be a drop-in replacement since there are a few API
changes like
> - StopAnalyzer(List stopWords)
> - Query.ExtractTerms(ICollection)
> - TopDocs.*TotalHits*, TopDocs.*ScoreDocs*
> and some removed methods/classes like
> - Filter.Bits
> - JustCompileSearch
> - Contrib/Similarity.Net
>
>
>
>
>> Replacing ArrayLists, Hashtables etc. with appropriate Generics.
>> 
>>
>>                 Key: LUCENENET-412
>>                 URL: https://issues.apache.org/jira/browse/LUCENENET-412
>>             Project: Lucene.Net
>>          Issue Type: Improvement
>>    Affects Versions: Lucene.Net 2.9.4
>>            Reporter: Digy
>>            Priority: Minor
>>             Fix For: Lucene.Net 2.9.4
>>
>>         Attachments: IEquatable for Query&Subclasses.patch,
LUCENENET-412.patch, lucene_2.9.4g_exceptions_fix
>>
>>
>> This will move Lucene.Net.2.9.4 closer to lucene.3.0.3 and allow some
performance gains.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/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)  wrote:
>
>    [ 
> https://issues.apache.org/jira/browse/LUCENENET-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035795#comment-13035795
>  ]
>
> Digy commented on LUCENENET-412:
> 
>
> Hi All,
>
> Lucene.Net 2.9.4g is almost ready for testing & feedbacks.
>
> While injecting generics & making some clean up in code, I tried to be close 
> to lucene 3.0.3 as much as possible.
> Therefore it's position is somewhere between lucene.Java 2.9.4 & 3.0.3
>
> DIGY
>
>
> PS: For those who might want to try this version:
> It won't probably be a drop-in replacement since there are a few API changes 
> like
> - StopAnalyzer(List stopWords)
> - Query.ExtractTerms(ICollection)
> - TopDocs.*TotalHits*, TopDocs.*ScoreDocs*
> and some removed methods/classes like
> - Filter.Bits
> - JustCompileSearch
> - Contrib/Similarity.Net
>
>
>
>
>> Replacing ArrayLists, Hashtables etc. with appropriate Generics.
>> 
>>
>>                 Key: LUCENENET-412
>>                 URL: https://issues.apache.org/jira/browse/LUCENENET-412
>>             Project: Lucene.Net
>>          Issue Type: Improvement
>>    Affects Versions: Lucene.Net 2.9.4
>>            Reporter: Digy
>>            Priority: Minor
>>             Fix For: Lucene.Net 2.9.4
>>
>>         Attachments: IEquatable for Query&Subclasses.patch, 
>> LUCENENET-412.patch, lucene_2.9.4g_exceptions_fix
>>
>>
>> This will move Lucene.Net.2.9.4 closer to lucene.3.0.3 and allow some 
>> performance gains.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>