Re: Contributing towards the development of Lucene

2008-07-08 Thread Erik Hatcher
On Jul 8, 2008, at 4:20 AM, Ajay Lakhani wrote: I am interested in contributing towards the development of Lucene. Could anyone suggest a proper way to start or how can I assign a bug to my name to work on. AJ - welcome! We have a wiki page set up to answer this question:

Re: Contributing

2005-05-25 Thread Otis Gospodnetic
Hi Danilo, You may want to look at the ItalianStemmer and SnowballAnalyzer, as they may already do what you need for your company: http://www.lucenebook.com/search?query=italian+analyzer http://svn.apache.org/viewcvs.cgi/lucene/java/trunk/contrib/snowball/src/java/net/sf/snowball/ext/ ciao, <--

Re: Contributing

2005-05-25 Thread Erik Hatcher
Danilo, Welcome! We'd love to have your Italian analyzer as part of the contrib/ analyzers codebase. The easiest way to get your contribution accepted is to follow these steps: * Be sure to use the Apache Software License 2.0 * Fit your code into the structure in Lucene's Subversio