RE: Using Lucene in different application

2007-04-02 Thread Carrette, George
I had such good luck with using the Microsoft J# compiler with Java Lucene that I would choose that as the way to go for adding full text search capabilities to a .NET application. Because there are serious users of the GNU GCJ compiler with the Java Lucene source code it is already clear that Lu

Re: Using Lucene in different application

2007-04-02 Thread Erik Hatcher
I strongly recommend that you check out Solr. While this does require Java and a Java web container, you'll be able to use it across all of clients regardless of language or platform. "Bibliotheca Alexandrina" - way cool! Erik On Apr 2, 2007, at 5:33 AM, Shaimaa Mohamed wrote:

Re: Using Lucene in different application

2007-04-02 Thread Antonello Provenzano
At the present moment there's a version of Lucene.NET, that it is not very updated and well-maintained. Therefore, the query parser is a port of the auto-generated one Lucene gets from JavaCC: I offered to George Aroush (the current maintainer of the project Lucene.NET) my help in porting properly