Hi Peter. OK, I'll submit the RDBMS indexer next week to the dev-list. About the contribution part, I don't think I have a new sub-project to contribute - I thought more of contributing as a developer at hand. If the lucene team needs help with development I would like to help.
I am working with lucene mainly for analysis purpose - I don't use it as a search engine in the traditional way. In this field, information about the index is valuable. For instance, one thing I am interested in is the capability to know how many hits a (simple) query has in each returned document, in which field did lucene found the term queried for, etc. I've also developed a simple analyzer that uses the porter stemmer and decides which term represents each stem - according to various heuristics. ----- Original Message ----- From: "Peter Carlson" <[EMAIL PROTECTED]> To: "Lucene Developers List" <[EMAIL PROTECTED]> Cc: "Oren Hollander" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 4:03 AM Subject: Re: Contribution > Hi Oren, > > I am responsible for the contributions page. > > Please submit your contributions to the developers list (just so they > get in the mail archive and won't be dependent on you keeping a URL > live) and I will post them on the contributions page. If people like > them and an industrious contributor wants to, they may get added into > the Lucene core code. > > As far as being a contributor, what project do you have in mind? It's > best to come to the up with a project that will move the Lucene > development forward. My contributions have mostly been site > contributions (the contributions page) and site maintenance such as > builds. I have also added to some code by adding the SearchBean to the > Lucene-Sandbox. > > I hope this answers your questions and thanks for your contributions. > > --Peter > > > > On Wednesday, August 28, 2002, at 07:33 AM, Oren Hollander wrote: > > > 1) I wrote an RDBMS Indexer which is capable of indexing any RDBMS > > that has > > a JDBC driver. I would like to contribute it but I don't know how. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
