On 17 March 2015 at 13:21, Nitin Solanki <nitinml...@gmail.com> wrote:
> I have already downloaded > http://archive.apache.org/dist/lucene/solr/4.10.2/solr-4.10.2.tgz. Now, > How > to view or edit the source code of any file? I don't have any idea about > it.. Your help is appreciated.. > Please guide my step by step.. > Thanks again.. > You need to learn the basics of putting together a development setup yourself, or from a local mentor. A .tgz is a gzip-compressed tar file that can be unarchived with tar, or most unarchivers. You are probably best off to use a Java IDE, such as Eclipse, to edit the source code. The Wiki article covers how to compile the code, and run the built-in tests. Regards, Gora