Chris, thanks for the tip. I think I am okay with pushing the trunk to my production server. As we say around here, if you want to be on the bleeding edge, you have to be okay with bleeding every once in a while :)
Thanks again Andrew ________________________________________ From: Chris Hostetter [EMAIL PROTECTED] Sent: Thursday, May 24, 2007 2:18 PM To: solr-user@lucene.apache.org Subject: RE: compile error with SOLR 69 MoreLikeThis patch : That's the problem, as I suspected. I was using a fresh copy of the : 1.1.0. I want to use the MLT feature in my production environment, but : I guess I will have to roll out the trunk version to my production : server. if your goal is to use the MoreLikeThisHanler then you don't need the entire trun .. it should work fine with Solr 1.1.0 ... the mlt functionality added to StandardRequestHandler might be a bit more challenging, but it should still be possible to retrofit the newer StandardRequestHandler into the 1.1.0 release if you wnated to. (Not that i dont' think the trunk is stable, i'm just saying there are ways to get it working without completley upgrading) -Hoss