A brief intro to the various modules of Lucene is in Robert Muir's 2014
Berlin Buzzwords talk, "Apache Lucene 4":
https://berlinbuzzwords.de/sites/berlinbuzzwords.de/files/media/documents/robert_muir-apache_lucene4.pdf
(Video available as well.)
 As noted on the Resources page there, the Lucene in Action book is still a
great starting point.

The online Lucene documentation, including Javadoc is here:
http://lucene.apache.org/core/5_4_0/

Please note that this is the "dev" email list dedicated to the development
of Lucene itself. Inquiries about how to use Lucene or integration with
your application should be directed to the Lucene (Java) "user" list:
https://lucene.apache.org/core/discussion.html#java-user-list-java-userlucene


-- Jack Krupansky

On Sat, Dec 26, 2015 at 2:25 PM, Erick Erickson <erickerick...@gmail.com>
wrote:

> Here's a place to start:
> http://wiki.apache.org/solr/HowToContribute
>
> But if you're looking for architectural diagrams, formal inheritance
> hierarchies etc there aren't any comprehensive ones that I know of.
>
> The best way I know of is to pick something you think needs to be
> improved and make a patch. Or add to documentation. Or look at the
> JIRAs that have been written and pick one to review. Or... anything
> else that needs improving.
>
> In general though, the two are big projects and very few people know
> all the parts, people tend to have deep knowledge of some part of it
> and more or less familiarity with other parts, so pick something, dive
> in and go!
>
> I would recommend, though, that if you are writing code to outline
> your approach either in a JIRA or here on the dev list rather than
> code it all up first, people might suggest ways togo about it that
> keep you from going down too many blind alleys.
>
> Best
> Erick
>
> On Sat, Dec 26, 2015 at 11:14 AM, srinivas biramoni <srinu4...@gmail.com>
> wrote:
> > Hi All,
> >
> > Sorry for the spam. I am completely new to this project and wanted to
> learn
> > indexing and searching mechanisms. Chose Lucene Project for contributing
> > while learning myself.
> >
> > Can I get any links/documents or pointers giving a brief on Lucene design
> > like different modules and their functionalities etc which would help me
> in
> > starting.
> >
> > Note: I am completely new to the process of contributing to open source
> > projects. So any level of information (even basic) or pointer on how to
> > start would help.
> >
> > Thanks,
> > Srinivas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>
  • Hi srinivas biramoni
    • Re: Hi Erick Erickson
      • Re: Hi Jack Krupansky

Reply via email to