RE: Using Lucene in different application

2007-04-02 Thread Carrette, George
onday, April 02, 2007 5:33 AM To: general@lucene.apache.org Subject: Using Lucene in different application Dear all, In our organization we need to use Lucene as our main search engine in all applications but the problem is that we have different developing environments, we use Java and Vis

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

Using Lucene in different application

2007-04-02 Thread Shaimaa Mohamed
Dear all, In our organization we need to use Lucene as our main search engine in all applications but the problem is that we have different developing environments, we use Java and Visual Studio .Net. Currently we use the java version of Lucene but I want to know how to use it in the applications