當我開始solrindex,我也有例外 org.apache.solr.common.SolrException: Bad Request 這是hadoop.log文件內容 ...
2013-02-11 17:01:22,079 INFO anchor.AnchorIndexingFilter - Anchor deduplication is: off
2013-02-11 17:01:22
我在Heroku上有一個使用WebSolr插件的應用程序。 WebSolr索引返回數據庫中不存在的結果(即返回10個ID,其中只有兩個存在)。 當我將生產數據庫下載到本地計算機並重新索引本地Solr實例時,我會得到有效的結果。 我想: 重建索引模型給我找麻煩heroku run rake sunspot:solr:reindex[1000,Model] 重新索引整個事情heroku run rak
我在Heroku的Schedule應用程序中有一個計劃的命令,用於重建websolr索引。 heroku run python manage.py rebuild_index
問題是命令需要用戶輸入,所以它從不自動成功運行。 WARNING: This will irreparably remove EVERYTHING from your search index in connection