skip to Main Content

Solr copy field copied to another field – Apache

I have the follows configuration: ... <field name="spellcheck" type="text_spell" indexed="true" stored="true" multiValued="true" /> <field name="spellcheck_de" type="text_spell_de" indexed="true" stored="true" multiValued="true" /> <field name="spellcheck_en" type="text_spell_en" indexed="true" stored="true" multiValued="true" /> <field name="spellcheck_fr" type="text_spell_fr" indexed="true" stored="true" multiValued="true" /> <field name="spellcheck_ja" type="text_spell" indexed="true" stored="true" multiValued="true"…

VIEW QUESTION

Sunspot – RSolr::Error::Http – 404 Not Found – Twitter-api

Hi I recently got a hold of a Rails 3.2.0 project that makes use of sunspot I've been running into an error below: RSolr::Error::Http - 404 Not Found Error: Not Found URI: http://localhost:8982/solr/select?wt=ruby Request Headers: {"Content-Type"=>"application/x-www-form-urlencoded; charset=UTF-8"} Request Data: "fq=type%3APost&fq=-kind_s%3A%28event+OR+contest+OR+job+OR+review%29&fq=-category_im%3A%28%29&fq=exclude_from_explore_b%3Afalse&fq=-destroyed_at_d%3A%5B*+TO+*%5D&fq=published_at_ds%3A%5B*+TO+2016%5C-04%5C-26T12%5C%3A07%5C%3A29Z%5D&fq=published_at_ds%3A%5B*+TO+*%5D&fq=verified_author_b%3Atrue&sort=published_at_ds+desc&start=0&rows=24&q=*%3A*"…

VIEW QUESTION
Back To Top
Search