I think all of these questions are waiting a brave soul with an itch. Got itch?
Otis ----- Original Message ---- From: Raghavendra Prabhu <[EMAIL PROTECTED]> To: general@lucene.apache.org Sent: Tuesday, May 9, 2006 4:21:54 PM Subject: Re: What are the pros and cons of using the C# version of Lucene as compared to the Java version in a .NET environment? So will the .NET port in functionality terms offer equivalent capacities as that of Java. Are there any crucial features which are missing and have not yet been implemented in Lucene.net (considering the fact that lucene java is gonna hit 2.0 soon and lucene.net is still in dev phase in 1.9) Is there any advantage in term of speed ( when you look at the .NET port) Are there any benchmark comparisons available Rgds Prabhu On 5/10/06, Monsur Hossain <[EMAIL PROTECTED]> wrote: > > > As Otis mentioned we are using Lucene.NET (the recent 1.9 build) and we > are > quite happy with it. There were some memory leak bugs early on since .NET > doesn't have an equivalent of Java's HashMap; but after those worked out, > performance and scalibity has been great. The issues we are focused on > now > are general Lucene issues (such as scaling a large index and reducing > indexing times) rather than C# vs. Java issues. I highly recommend it. > > Monsur > Xanga.com > > > > > -----Original Message----- > > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 09, 2006 2:02 PM > > To: general@lucene.apache.org > > Subject: Re: What are the pros and cons of using the C# > > version of Lucene as compared to the Java version in a .NET > > environment? > > > > I have never used Lucene under Windows, but I do know that > > some quite high profile Internet companies have used > > Lucene.net port and are happy with it. See http://xanga.com > > > > Otis > > > > ----- Original Message ---- > > From: George Carrette <[EMAIL PROTECTED]> > > To: general@lucene.apache.org > > Sent: Tuesday, May 9, 2006 1:00:08 PM > > Subject: What are the pros and cons of using the C# version > > of Lucene as compared to the Java version in a .NET environment? > > > > If you are developing mainly in the Microsoft.NET framework 2.0 then > > it seems that you have 3 choices for running Lucene. > > > > What are the pros and cons of each choice? > > > > 1. Use the C# code from the apache incubator project > > Lucene.Net http://incubator.apache.org/projects/lucene.net.html > > 2. Use the flagship project Lucene Java > > http://lucene.apache.org/java/docs/index.html > > With the Sun java runtime and define some web services in > > an application such > > As Apache Tomcat that you can call from your other .NET > > framework code. > > 3. Use the Lucene Java sources as above, but compile it using > > the J# compiler, such > > As illustrated here: > > http://alum.mit.edu/www/gjc/lucene-java-vjc.html > > > > I am particularly interested in risks associated with choice > > #3. Is the Microsoft J# compiler to be trusted? Do the people > > using the gcj compiler have any experience to guide somebody > > considering the use of a Java compiler not provided by Sun? > > > > This is for a mission-critical application at a high profile > > internet media company. > > > > > > > > > > > > > > > > >