Re: Want to modify Solr Source Code

2015-03-17 Thread Andrea Gazzarini
Hi, if you followed what is written in the link that Gora suggested, you should have a workspace without errors. Eclipse compiler allows for incremental builds, that is, all code is incrementally compiled as soon as you finish typing. So if you inserted those lines and you don't see any error

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi all, How to set breakpoints throughout the Solr code, step through code ? On Tue, Mar 17, 2015 at 6:22 PM, Nitin Solanki wrote: > Hi all, >I have configured solr source code with eclipse. Now, I have > written a print statement in between the SolrSpellChecker.java. Now,

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi all, I have configured solr source code with eclipse. Now, I have written a print statement in between the SolrSpellChecker.java. Now, I want to compile this file. How to do that ? Any help please... On Tue, Mar 17, 2015 at 2:27 PM, Gora Mohanty wrote: > On 17 March 2015 at 13:38,

Re: Want to modify Solr Source Code

2015-03-17 Thread Gora Mohanty
On 17 March 2015 at 13:38, Nitin Solanki wrote: > Hi Gora, > Thanks again. Do you have any link/ article of Wiki article? > Please send me. Sent the link in my very first follow-up: http://wiki.apache.org/solr/HowToContribute#Contributing_Code_.28Features.2C_Bug_Fixes.2C_Tests.2C_etc

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Gora, Thanks again. Do you have any link/ article of Wiki article? Please send me. On Tue, Mar 17, 2015 at 1:30 PM, Gora Mohanty wrote: > On 17 March 2015 at 13:21, Nitin Solanki wrote: > > > I have already downloaded > > http://archive.apache.org/dist/lucene/solr/4.10.2/solr-4.

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Anshum, The reason behind to edit source code is that I am using spell check component on solr. I have implemented it and it is working fine.. But something suggestion frequency goes vary. I have explain that it into this - http://stackoverflow.com/questions/28857915/original-f

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Ramkumar, Sorry but svn will create cumbersome for me and I don't want to use it right now. I want to do anything on local machine without using svn. As you said to download -src.tgz. I have download solr-4.10.2-src.tar.gz. Now able to see source code. Now how to configure i

Re: Want to modify Solr Source Code

2015-03-17 Thread Gora Mohanty
On 17 March 2015 at 13:21, Nitin Solanki 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..

Re: Want to modify Solr Source Code

2015-03-17 Thread Anshum Gupta
Hi Nitin, Do you intend to browse the code? If you really want to modify the code, can you tell us about what exactly is it that you're trying to achieve? Can you clarify on how you want to test Solr? If so, do you plan on running the tests that Solr ships with or do you have your own tests? All

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
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.. On Tue, Mar 17, 2015 at 1:16 PM, Gora Mohant

Re: Want to modify Solr Source Code

2015-03-17 Thread Ramkumar R. Aiyengar
Is your concern that you want to be able to modify source code just on your machine or that you can't for some reason install svn? If it's the former, even if you checkout using svn, you can't modify anything outside the machine as changes can be checked in only by the committers of the project.

Re: Want to modify Solr Source Code

2015-03-17 Thread Gora Mohanty
On 17 March 2015 at 13:12, Nitin Solanki wrote: > Hi Gora, >Hi, I want to make changes only into my machine without svn. > I want to do test on source code. How ? Any steps to do so ? Please help.. You could still use SVN for a local repository. Else, you can download a tar.gz of

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Gora, Hi, I want to make changes only into my machine without svn. I want to do test on source code. How ? Any steps to do so ? Please help.. On Tue, Mar 17, 2015 at 1:01 PM, Gora Mohanty wrote: > On 17 March 2015 at 12:22, Nitin Solanki wrote: > > > > Hi, > > I want

Re: Want to modify Solr Source Code

2015-03-17 Thread Gora Mohanty
On 17 March 2015 at 12:22, Nitin Solanki wrote: > > Hi, > I want to modify the solr source code. I don't have any idea where > source code is available. I want to edit source code. How can I do ? > Any help please... Please start with: http://wiki.apache.org/solr/HowToContribute#Contribu