我剛剛開始使用Nutch和Solr。我只用一個種子URL運行了一次抓取。 我跑這個命令:需要幫助理解Solr
bin/nutch crawl urls -dir crawl -solr http://localhost:8983/solr/ -depth 3 -topN 5
一切順利,我假設Solr的索引頁?那麼我現在怎麼去搜索呢?我就在這裏本地主機:8983/Solr的/管理/但是當我把搜索查詢,然後點擊搜索,我得到這樣的:
HTTP ERROR 400
Problem accessing /solr/select/.
Reason: undefined field text
我也試圖從tutorial一個例子,但是當我運行此命令:
java -jar post.jar solr.xml monitor.xml
我得到這個:
SimplePostTool: version 1.4
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file solr.xml
SimplePostTool: FATAL: Solr returned an error #400 ERROR: [doc=SOLR1000] unknown field 'name'
我的最終目標是要以某種方式將這些數據添加到Accumulo並將其用於搜索引擎。