Re: 2.4.0

2008-12-09 Thread Eran Sevi
+1 here as well. I cannot use a version in our enterprise project development unless it's an official release. I assume there are much more fixes and enhancements from 2.1 to 2.3.2 then from 2.3.2 to 2.4.0. Thanks, Eran. On Tue, Dec 9, 2008 at 10:04 PM, TJ Kolev [EMAIL PROTECTED] wrote: I second

Re: API Inconsistency

2009-05-04 Thread Eran Sevi
The locking is done in .NET inside the method by using the lock(this) operation surrounding all the method implementation. This is exactly equivalent to synchronized at the method level in java. As long as all the methods that have synchronized in Java are implemented using lock(this) in .NET

New SpanAndQuery implementation

2009-08-26 Thread Eran Sevi
Hello all, Currently the only way to simulate a SpanAndQuery was to use SpanNearQuery with a large enough slop. The problem with this method is that the returned span contains all the positions between the AND clauses. This makes it not effective for highlighting or for knowing what was the

Re: [VOTE] Graduate Lucene.Net as a subproject under Apache Lucene

2009-10-15 Thread Eran Sevi
+1 On Thu, Sep 17, 2009 at 3:49 AM, George Aroush geo...@aroush.net wrote: Hi Folks, This vote calls to graduate the Lucene.Net project (http://incubator.apache.org/lucene.net/) as a sub-project under Apache Lucene. Everyone in the Lucene.Net community is welcome to vote. The goal is

port of contrib packages from java

2009-11-23 Thread Eran Sevi
Hi, Is there any thought to port all the contrib packages from java lucene after the porting of core 2.9.1 version is complete? Currently there are 23 packages in java contrib compared to only 7 packages in .net contrib. Thanks, Eran.

Re: port of contrib packages from java

2009-11-23 Thread Eran Sevi
practices if one wants to apply them? - Nick -Original Message- From: Eran Sevi [mailto:erans...@gmail.com] Sent: Monday, November 23, 2009 8:45 AM To: lucene-net-dev@incubator.apache.org Subject: Re: port of contrib packages from java Thanks, I'm more into the queries

[jira] Created: (LUCENENET-310) SegmentInfos class is not equatable

2009-11-25 Thread Eran Sevi (JIRA)
SegmentInfos class is not equatable --- Key: LUCENENET-310 URL: https://issues.apache.org/jira/browse/LUCENENET-310 Project: Lucene.Net Issue Type: Bug Reporter: Eran Sevi SegmentInfos class

[jira] Updated: (LUCENENET-310) SegmentInfos class is not equatable

2009-11-25 Thread Eran Sevi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Sevi updated LUCENENET-310: Attachment: SegmentInfos.patch Attached patch. Fixed the issue by inheriting from

[jira] Closed: (LUCENENET-310) SegmentInfos class is not equatable

2009-11-25 Thread Eran Sevi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Sevi closed LUCENENET-310. --- Resolution: Duplicate Duplicate from LUCENENET-287. Sorry I missed this issue. SegmentInfos

[jira] Updated: (LUCENENET-287) TestIndexWriterReader.TestUpdateDocument

2009-11-25 Thread Eran Sevi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Sevi updated LUCENENET-287: Attachment: SegmentInfos3.patch Added SegmentInfos3.patch. All TestIndexWriterReader tests

[jira] Updated: (LUCENENET-287) TestIndexWriterReader.TestUpdateDocument

2009-11-26 Thread Eran Sevi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Sevi updated LUCENENET-287: Attachment: SegmentInfos4.patch Added new patch with both fixes suggested above (casting

[jira] Updated: (LUCENENET-314) Excluded files from project

2009-11-30 Thread Eran Sevi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Sevi updated LUCENENET-314: Attachment: LUCENENET-314.patch There files are no longer even included in the project