Re: How to patch SOLR-1966?

2010-07-20 Thread Erick Erickson
Well, 1147 is still open and none of the comments indicate it's been applied, so no. And there's no subversion commits... Is 1.4 nightly stable? I can't answer that. It's stable enough to pass all the unit tests, but that's not a strong endorsement... Patches are applied to the source code, then

Re: How to patch SOLR-1966?

2010-07-19 Thread Chamnap Chhorn
Is there an easy way to apply this patch to solr 1.4 release in my system because I will use in the production server. Thanks, Chamnap On Tue, Jul 20, 2010 at 8:49 AM, Chamnap Chhorn wrote: > The other thing I want to ask is the latest build of solr is stable or not? > I'm afraid it might bring

Re: How to patch SOLR-1966?

2010-07-19 Thread Chamnap Chhorn
The other thing I want to ask is the latest build of solr is stable or not? I'm afraid it might bring some other problems to my system. Thanks, Chamnap On Tue, Jul 20, 2010 at 8:41 AM, Chamnap Chhorn wrote: > Ah, I get what you mean. One more thing, I wonder the patch SOLR-1147 has > included in

Re: How to patch SOLR-1966?

2010-07-19 Thread Chamnap Chhorn
Ah, I get what you mean. One more thing, I wonder the patch SOLR-1147 has included in the last successful build or not? Thanks, Chamnap On Tue, Jul 20, 2010 at 8:26 AM, Erick Erickson wrote: > Not 1.4 released, 1.4 last successful build. I don't think the 1.4 release > has the patch applied. >

Re: How to patch SOLR-1966?

2010-07-19 Thread Erick Erickson
Not 1.4 released, 1.4 last successful build. I don't think the 1.4 release has the patch applied. See the second link I originally provided. HTH Erick On Mon, Jul 19, 2010 at 9:15 PM, Chamnap Chhorn wrote: > I'm using Solr 1.4, but the exclusive=true doesn't work for me at all. I > wonder how t

Re: How to patch SOLR-1966?

2010-07-19 Thread Chamnap Chhorn
I'm using Solr 1.4, but the exclusive=true doesn't work for me at all. I wonder how that is ? Any ideas? On Tue, Jul 20, 2010 at 6:40 AM, Erick Erickson wrote: > I don't think you need to go there. That patch has been committed > to the 3.x code line as well as the 1.4. You can get the 3x build

Re: How to patch SOLR-1966?

2010-07-19 Thread Erick Erickson
I don't think you need to go there. That patch has been committed to the 3.x code line as well as the 1.4. You can get the 3x build here: http://hudson.zones.apache.org/hudson/job/Solr-3.x/ Just try that... Or you can get the latest build if you're working with 1.4 here: http://hudson.zones.apache

Re: how to patch solr-236 in mac os

2010-05-11 Thread Jonty Rhods
I tried to patch from diffrent src folder but asking for file name to patch.. and I think some dependent patch also required.. please guide me to patch SOLR-236.patch (with dependent patch if any). If it will require then I will again download the src code from trunk.. thanks On Wed, May 12, 2010

Re: how to patch solr-236 in mac os

2010-05-11 Thread Jonty Rhods
hi I tried to patch by following command on console patch -p0 < SOLR-236-trunk.patch patching file solr/src/java/org/apache/solr/handler/component/CollapseComponent.java patching file solr/src/test/test-files/solr/conf/solrconfig-fieldcollapse.xml patching file solr/src/java/org/apache/solr/searc

Re: how to patch solr-236 in mac os

2010-05-11 Thread Erick Erickson
In Eclipse (you *may* need to have the subclipse plugin installed), just right-click on the project>>team>>apply patch and follow the wizard HTH Erick On Tue, May 11, 2010 at 12:50 PM, Jonty Rhods wrote: > hi David, > thanks for quick reply.. > please give me full command. so I can patch. w

Re: how to patch solr-236 in mac os

2010-05-11 Thread David Stuart
Hi jonty, In then root directory of the src run patch -p0 < name_of_patch.patch David Stuart On 11 May 2010, at 17:50, Jonty Rhods wrote: hi David, thanks for quick reply.. please give me full command. so I can patch. what is meaning of [level]. As I write I had downloaded latest src f

Re: how to patch solr-236 in mac os

2010-05-11 Thread Jonty Rhods
hi David, thanks for quick reply.. please give me full command. so I can patch. what is meaning of [level]. As I write I had downloaded latest src from trunk.. So please also tell that, in terminal what will be command and from where I can run.. should I try >patch -p[level] < name_of_patch.patch

Re: how to patch solr-236 in mac os

2010-05-11 Thread David Stuart
Hey, In osx you shoud be able to patch in the same way as on liux patch -p [level] < name_of_patch.patch. You can do this from the shell including on the mac. David Stuart On 11 May 2010, at 17:15, Jonty Rhods wrote: hi all, I am very new to solr. Now I required to patch solr (patch no

Re: how to patch solr

2010-02-22 Thread Erick Erickson
You need to apply the patch to the source then compile the source. Applying the patch can be done in any modern IDE, but it may take some poking. In Eclipse, bring up the context menu on the project, team>>apply patch. Or you can use the patch command directly (install svn first), see http://wiki.

Re: how to patch solr

2010-02-22 Thread Paul Libbrecht
Ranveer, there's many ways on Windows as well. An easy way is provided in IntelliJ IDEA's support for subversion. There must be a similar one by Eclipse. And of course, there's the gang of command-line tools provided by Cygwin. paul On 22-févr.-10, at 15:15, Ranveer Kumar wrote: Hi All,