-
Notifications
You must be signed in to change notification settings - Fork 27
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
Plugin 400 "Bad Request" #18
Comments
Please check the parse error |
This part of your log file shows queries not related to reindex process. Try run rake task with --trace option |
But whenever i am trying to execute this command rake solr:reindex BATCH=500 I am getting following error Clearing index for Product... Tasks: TOP => solr:reindex |
Did someone managed to get some progress on this issue? I have err 400 as well.. bundle exec rake solr:reindex BATCH=500 |
I am trying to use spree solr search plugin .Installation part worked
fine
But when i execute rake solr:reindex BATCH=500
Clearing index for Product...
rake aborted!
400 "Bad Request"
Tasks: TOP => solr:reindex
Can u please check that .
This is my log file
SEVERE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse '{:rows=>25000, :start=>0, :operator=>nil, :facets=>{:limit=>-1, :mincount=>1, :fields=>["price_range_facet", "taxon_names_facet", "brand_property_facet", "color_option_facet", "size_option_facet"]}, :filter_queries=>[], :field_list=>["pk_s", "score"], :query=>"(sadasd AND is_active_t:(true)) AND (type_s:Product)"}': Encountered " <RANGEEX_GOOP> ":operator=>nil, "" at line 1, column 26.
Was expecting:
"}" ...
Caused by: org.apache.lucene.queryParser.ParseException: Cannot parse '{:rows=>25000, :start=>0, :operator=>nil, :facets=>{:limit=>-1, :mincount=>1, :fields=>["price_range_facet", "taxon_names_facet", "brand_property_facet", "color_option_facet", "size_option_facet"]}, :filter_queries=>[], :field_list=>["pk_s", "score"], :query=>"(sadasd AND is_active_t:(true)) AND (type_s:Product)"}': Encountered " <RANGEEX_GOOP> ":operator=>nil, "" at line 1, column 26.
Was expecting:
"}" ...
Caused by: org.apache.lucene.queryParser.ParseException: Encountered " <RANGEEX_GOOP> ":operator=>nil, "" at line 1, column 26.
Was expecting:
"}" ...
15 Dec, 2011 5:02:50 PM org.apache.solr.core.SolrCore execute
INFO: [core0] webapp=/solr path=/select/ params={indent=on&start=0&q={:rows%3D>25000,+:start%3D>0,+:operator%3D>nil,+:facets%3D>{:limit%3D>-1,+:mincount%3D>1,+:fields%3D>["price_range_facet",+"taxon_names_facet",+"brand_property_facet",+"color_option_facet",+"size_option_facet"]},+:filter_queries%3D>[],+:field_list%3D>["pk_s",+"score"],+:query%3D>"(sadasd+AND+is_active_t:(true))+AND+(type_s:Product)"}&rows=10&version=2.2} status=400 QTime=34
root@ispconfig:/var/www/giftonomics.empressem.in/s6/sp6#
The text was updated successfully, but these errors were encountered: