2010-10-20 67 views
0

當我使我的本地機器對Solr的搜索,我得到這樣的查詢:使用Solr問題查詢

http://localhost:8080/solr/project/select/?q=concept&version=2.2&start=0&rows=10&indent=on

但是,相反,我想獲得一個完整的查詢的所有設置活躍,過濾器,tokeinzer ...等

對於instans,這樣的事情:
http://localhost:8983/solr/select/?q=macrosoft&qt=spellchecker&cmd=rebuild

我如何設置這種配置???我嘗試了很多東西,沒有結果!我想知道如何拼寫檢查工作。
在此先感謝

回答

1

變化solrconfig.xml中:

<str name="echoParams">all</str> 
<int name="rows">10</int> 
<str name="fl">*</str> 
<str name="version">2.1</str>