-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sort param field can't be found: pub_date_sort #1348
Comments
Setting up via "the hard way" results in the same thing.
The test data seems to be missing any
raise Blacklight::Exceptions::ECONNREFUSED, "Unable to connect to Solr instance using #{connection.inspect}: #{e.inspect}"
rescue RSolr::Error::Http => e
raise Blacklight::Exceptions::InvalidRequest, e.message
end
protected |
Further troubleshooting - the curl -X POST -H 'Content-type:application/json' --data-binary '{
"add-field":{
"name":"pub_date_sort",
"type":"tint"
}
}' http://localhost:8983/solr/blacklight-core/schema deleting all current data, then re-importing the data via the grep blacklight Gemfile
gem list blacklight
Could any of this be because I am using a full Solr instance instead of solr-wrapper, and still running in :development environment? |
Hi, Did you ever find a solution for this? Thanks... |
I don't recall finding a solution. I am pretty certain that project got shelved, as we moved onto other things. |
If I read this error correctly, there are 2 possible fixes here:
There's a related BL7.0 issue regarding the field names, but there they are |
I'm trying to run Solr without Jetty and I get an issue when I run blacklight "sort param field can't be found: pub_date_sort". Any help would be greatly appreciated?
Blacklight::Exceptions::InvalidRequest in CatalogController#index
RSolr::Error::Http - 400 Bad Request Error:
The text was updated successfully, but these errors were encountered: