hi,

 i'm using solar server in my app, in my model


class Resume < ActiveRecord::Base
require 'rexml/document'
include REXML

acts_as_solr :fields => [:firstname, :lastname]
end


but while reindexing ,having the following error

Requiring REXML
Clearing index for Resume...
rake aborted!
Couldn't connect to the Solr server at http://127.0.0.1:8982/solr. undefined
method `closed?' for nil:NilClass,

can anyone help me

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to