What do you mean "you copied the contents...to the right place"? If you checked out trunk and copied the files into 1.4.1, you have mixed source files between disparate versions. All bets are off.
Or do you mean jar files? or??? I'd build the source you checked out (at the Solr level) and use that rather than try to mix-n-match. BTW, if you're just starting (as in not in production), you may want to consider using 3.1, as it's being released even as we speak and has many improvements over 1.4. You can get a nightly build from here: https://builds.apache.org/hudson/view/S-Z/view/Solr/ Best Erick On Thu, Mar 17, 2011 at 3:36 PM, Brian Lamb <brian.l...@journalexperts.com> wrote: > Hi all, > > When I installed Solr, I downloaded the most recent version (1.4.1) I > believe. I wanted to implement the Suggester ( > http://wiki.apache.org/solr/Suggester). I copied and pasted the information > there into my solrconfig.xml file but I'm getting the following error: > > Error loading class 'org.apache.solr.spelling.suggest.Suggester' > > I read up on this error and found that I needed to checkout a newer version > from SVN. I checked out a full version and copied the contents of > src/java/org/apache/spelling/suggest to the same location on my set up. > However, I am still receiving this error. > > Did I not put the files in the right place? What am I doing incorrectly? > > Thanks, > > Brian Lamb >