Re: [jira] Commented: (LUCENENET-260) src\Test\Index\TestStressIndexing2.cs

2009-11-17 Thread x...@mail.ru
I guess it is due to the difference in sort algorithm(?). Anyway, sorting in indexSerial has not to be done because it can (and it was) changes the order of the fields added to the document. Andrei. Digy (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENENET-260?page=com.atlassian

Re: [jira] Updated: (LUCENENET-259) Bug in src\Test\Index\TestTermVectorsReader.cs

2009-11-16 Thread x...@mail.ru
I think (but not sure) you need to send a message to lucene-net-dev-unsubscr...@incubator.apache.org . It would be nice if information about how to unsubscribe will be added to the Lucene.Net page (http://incubator.apache.org/lucene.net/). Who can do it, George, DIGY? Gábor Alsecz wrote: Ho

Re: [jira] Commented: (LUCENENET-249) Many bugs fix patch

2009-11-16 Thread x...@mail.ru
han we are. Thanks. -- George -Original Message----- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Sunday, November 15, 2009 9:20 AM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Commented: (LUCENENET-249) Many bugs fix patch Thanks, Digy I got log messages from TortoiseSVN. I

Re: [jira] Commented: (LUCENENET-249) Many bugs fix patch

2009-11-15 Thread x...@mail.ru
code as a clue to find out what has to be fixed in current trunk. - Andrei Digy wrote: Hi Andrei, You can see the commits and changes made to the code using svn. If you are using TortoiseSVN just use "Show Log". DIGY. -Original Message----- From: x...@mail.ru [mailto:x...

Re: [jira] Commented: (LUCENENET-249) Many bugs fix patch

2009-11-15 Thread x...@mail.ru
Hi, Digy I was (and I am) quite sure it is hard to join current trunk and proposed fixes. Sorry, but I don't know how to make smaller patches (there so many changes - alfa code was too buggy) I think it would be easy if there is a complete list of patches made from first release of the 2.9.

Almost all nunit tests for 2.9.0 are passed

2009-11-14 Thread x...@mail.ru
Hi Folks, I just finished resolving most of the problems with Lucene.Net 2.9.0. I started the work a week ago and now I feel it can be published now. My first intention was to share fixes as soon as I did it. But soon I found that it is not quite easy. It is required to submit first patch t

Re: Apache Lucene.Net 2.9.0 build 001 "Alpha" is now committed

2009-10-26 Thread x...@mail.ru
--Original Message----- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Monday, October 26, 2009 3:47 PM To: lucene-net-dev@incubator.apache.org Subject: Re: Apache Lucene.Net 2.9.0 build 001 "Alpha" is now committed Thanks a lot. Found so far: 1) search/Spans/PayloadSpans.cs - is not inc

Re: Apache Lucene.Net 2.9.0 build 001 "Alpha" is now committed

2009-10-26 Thread x...@mail.ru
luded in the project Lucene.Net file. --- Andrei George Aroush wrote: Fixed. Renamed "Payload" to "Payloads". Thanks for being the first to try this out. -- George -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Monday, October 26, 2009 7:

Re: Apache Lucene.Net 2.9.0 build 001 "Alpha" is now committed

2009-10-26 Thread x...@mail.ru
Hi, Src does not compile out of the box: folder Payloads - does not exist, what does exists - folder Payload (without ending s) Please, rename search/payload -> search/payloads Andrei George Aroush wrote: Hi Folks, If you are watching lucene-net-commitsincubator.apache.org you will no

Re: Apache Lucene.Net 2.9.0 build 001 "Alpha" is now committed

2009-10-26 Thread x...@mail.ru
Hi, Src does not compile out of the box: folder Payloads - does not exist, what does exists - folder Payload (without ending s) Please, rename search/payload -> search/payloads Andrei George Aroush wrote: Hi Folks, If you are watching lucene-net-commitsincubator.apache.org you will n

Re: Minimalist spam

2009-10-13 Thread x...@mail.ru
Me too. Benson Margulies wrote: Is everyone else getting spam from the 'Minimalist List Manager' for each message here?

Re: Bad syntax or unknown instruction

2009-09-16 Thread x...@mail.ru
Ben Martz ?: Am I the only one seeing these emails? Anyone know who to contact to get this fixed? No. You are not alone. Cheers, Ben On Wed, Sep 16, 2009 at 11:26 AM, Minimalist Manager wrote: * (LUCENENET-194) Bug in Lucene.Net.Document.Document.cs GetFieldables metho

Re: [jira] Commented: (LUCENENET-194) Bug in Lucene.Net.Document.Document.cs GetFieldables method

2009-09-15 Thread x...@mail.ru
Ok. Here is the case: ===code=== public static void TestGetFieldables() { byte[] bin = new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; Directory dir = new Lucene.Net.Store.RAMDirectory(); IndexWriter writer = new IndexWriter(dir, ne

Re: Status/Todo (all in one place)

2009-08-20 Thread x...@mail.ru
File Descriptor syncing in FSDirectory.cs: Robert Jordan : So the real question is: does MS.NET's FileStream.Flush() call FlushFileBuffers() as well? If yes, the code above can be replaced with a simple fs.Flush (). Unfortunately FileStream.Flush() does not call FlushFileBuffers(), see : - MS

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
IGY -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 8:19 PM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache) Digy : I could

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
Data.Remove(TimeStamps[key]); TimeStamps.Remove(key); } It passed Nunit test. I didn't make any performance test yet. -- Andrei DIGY -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 5:58 PM

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
copy of LRUCache. If it is faster, we can use it. Thanks for suggestion. Many thanks for a great job of porting Lucene. Andrei. DIGY -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 5:58 PM To: lucene-net-dev@incubator.apache.org Subject:

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
]. It should be fast. DIGY. -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 5:24 PM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of S

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
it is huge and there may be licensing problems. DIGY. -Original Message----- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 4:51 PM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader ter

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
it is huge and there may be licensing problems. DIGY. -Original Message----- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Tuesday, August 18, 2009 4:51 PM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader ter

Re: [jira] Updated: (LUCENENET-190) 2.4.0 Performance in TermInfosReader term caching (New implementation of SimpleLRUCache)

2009-08-18 Thread x...@mail.ru
SimpleLRUCache_LUCENENET_190 uses SortedList collection. Performance of SortedList (see http://msdn.microsoft.com/en-us/library/ms132339.aspx): 1) Add method is an O(n) operation for unsorted data. It is an O(log n) operation if the new element is added at the end of the list. If insertion caus

Re: Lucene.NET 2.4.0

2009-05-18 Thread x...@mail.ru
Any progress with 2.4.0/2.4.1 so far? Andrei Doug Sale ?: As I mentioned prior ( http://mail-archives.apache.org/mod_mbox/incubator-lucene-net-dev/200812.mbox/browser), I've been working on the 2.4.0 conversion of Lucene to Lucene.NET. I'd like to discuss making the code publicly available

Re: API Inconsistency

2009-05-03 Thread x...@mail.ru
Current java-version is 2.4. But .Net version is still 2.3.1. Andrew Psaltis ?: While looking at the latest MEAP edition of Lucene in Action and trying to port Listing 10.2 from the Java to .NET, I noticed an inconsistency in the DecRef and IncRef API of the IndexReader. The java version hav

Re: AW: [jira] Commented: (LUCENENET-164) upgrade from version 2.3.1. to 2.3.2

2008-12-18 Thread x...@mail.ru
Andreas Mummenhoff ?: Hello Digy, why nobody applies this patches to the current SVN trunk? People just downloading the trunk and not knowing about jira don't get the "best" version available? Why? +1000! greetings, Andreas -Ursprüngliche Nachricht- Von: Digy (JIRA) [mail