[
https://issues.apache.org/jira/browse/LUCENENET-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790377#action_12790377
]
Robert Jordan commented on LUCENENET-173:
-
I'll look at this, but
[
https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788679#action_12788679
]
Robert Jordan commented on LUCENENET-324:
-
> How was this working wit
[
https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788315#action_12788315
]
Robert Jordan commented on LUCENENET-324:
-
GetEnvVar does not throw.
[
https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788244#action_12788244
]
Robert Jordan commented on LUCENENET-324:
-
Mono does not throw an exceptio
[
https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788191#action_12788191
]
Robert Jordan commented on LUCENENET-324:
-
The patch is invalid becaus
runenur wrote:
Hey guys,
I just tried to do a clean compile of the code base, and notices that
there's a dependency to the SharpZipLib assembly. If this is a
necessary dependency, why is the assembly not included in the svn
repository? It is considered best practice to have all dependencies
chec
Mahdi Rahimi wrote:
In the name of God.
Hello
Please don't send email about Jira issues for me and about updates.
Have a look at the headers of this mail and send an email
to the address the "List-Unsubscribe" header is pointing to.
Robert
[
https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Jordan updated LUCENENET-216:
Attachment: FSDirectory-Sync-PlatformIndep2.patch
FSDirectory-Sync-PlatformIndep2.patch
[
https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Jordan updated LUCENENET-216:
Attachment: (was: FSDirectory-Sync-PlatformIndep.patch)
> FSDirectory.Sync Fix
[
https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1211#action_1211
]
Robert Jordan commented on LUCENENET-216:
-
I'm on it.
> FSDirect
[
https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Jordan updated LUCENENET-216:
Attachment: FSDirectory-Sync-PlatformIndep.patch
The patch implements Sync() for Win
- Nick
-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Robert Jordan
Sent: Tuesday, November 10, 2009 11:41 AM
To: lucene-net-dev@incubator.apache.org
Subject: Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to
Ensure
Flush to Disk
Nicholas Paldino [.NE
...@ger.gmane.org] On Behalf Of Robert Jordan
Sent: Tuesday, November 10, 2009 8:41 AM
To: lucene-net-dev@incubator.apache.org
Subject: Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to
Ensure Flush to Disk
Nicholas Paldino [.NET/C# MVP] wrote:
I disagree, since compile time
Nicholas Paldino [.NET/C# MVP] wrote:
I disagree, since compile time switches seem to be unfavorable
moving forward (based on the comments), the alternative that would satisfy
both concerns is to have a setting which indicates the Type which implements
an interface which will perform the
+1 Graduate Lucene.Net as a sub-project under Apache Lucene.
Robert
Robert Jordan wrote:
When using Mono under Unix, calling FileStream.Flush() is sufficient
because this method eventually calls fsync(2)..
When using Mono under Windows, FileStream.Flush() will call
the FlushFileBuffers() Win32 API.
Unfortunately, the code is actually commented out, so
Mono
Digy wrote:
1) File Descriptor syncing in FSDirectory.cs
[System.Runtime.InteropServices.DllImport("kernel32")]
public static extern int
FlushFileBuffers(Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle);
public static void Sync(FileStream fs)
{
[
https://issues.apache.org/jira/browse/LUCENENET-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710889#action_12710889
]
Robert Jordan commented on LUCENENET-182:
-
Parameters were always part of
[
https://issues.apache.org/jira/browse/LUCENENET-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710849#action_12710849
]
Robert Jordan commented on LUCENENET-182:
-
- public StringI
no
environment became apparent.
For non Microsoft.NET platforms, it seems Java Lucene offers a better solution.
-- Neal
-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Robert Jordan
Sent: Friday, May 15, 2009 8:52 PM
To: lucene-net-dev@incubator.apache.org
Subject:
Granroth, Neal V. wrote:
The current prj2make appears to be broken.
It throws a number of exceptions and does not produce a makefile from either
the solution file or the project file.
At the moment it looks like the only way to build a viable Lucene.Net with mono
is to use MonoDevelop.
prj2ma
21 matches
Mail list logo