Talk:Lucene

From Wikipedia, the free encyclopedia

--Rkthorne 03:10, 6 September 2005 (UTC) Have updated the latest Lucene implementations.

Removed link to Lupy project since it has been retired [1] Open2universe 04:59, 14 January 2006 (UTC)

Contents

[edit] php port

Andi Gutman (responsible for php 3, and some other php stuff afterward) noted that there is now a lucene port to php at the recent Scale4x linux conference.

[edit] ported vs bindings

I don't know the product, but I think it was not ported to so many different programming languages. I expect it to have bindings for those languages?

[edit] How Indexing Done In Lucene

How Indexing Takes Place In Lucene


[edit] Lucene -> Lucene Java

Nowaday, it seems like Lucene become boarder than Lucene Java? [2] 158.108.135.144 05:15, 16 March 2007 (UTC)

"Lucene" is the name of the Apache Top Level Project (TLP) which serves as an umbrella for dealing with all search related apache subprojects -- including "Lucene-Java", a java search library used as the foundation for some of the other sub projects (Nutch and Solr) and the reference implementation for some of the "port" subprojects (Lucene.Net and the now defunct Lucene4c). Some subprojects however have no direct relationship to the "Lucene Java" library, but are still included in the Lucene TLP because they are search related and share common goals and communities (Hadoop and Lucy)
In a broad discussion/context of user communities or Apache projects the term "Lucene" refers to the TLP and "Lucene-Java" (or "Java Lucene") refers to the specific sub project. Within the Lucene community (or any of the sub communities), "Lucene" is frequently used to refer to the Lucene-Java project/product as long as the context is clear.
--hossman 05:10, 28 June 2007 (UTC)

[edit] Performance

Java versus C#: Since the code is so similar, comparing the performance on the different virtual machines would make for a very interesting comparison between Java and C#.

Has anyone done such a study? —The preceding unsigned comment was added by 71.7.147.153 (talk) 20:06, 9 May 2007 (UTC).