Changes between Version 8 and Version 9 of shunfa/2012/0911
- Timestamp:
- Nov 1, 2012, 2:33:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shunfa/2012/0911
v8 v9 204 204 * Search UI for Nutch:Solr目錄中,也提供一個簡易的Search Query的結果,路徑為[$SOLR_HOME]/example/conf/xslt/example.xsl,只要網址搜尋後面加上"&wt=xslt&tr=example.xsl"即可看到一個簡易版的html呈現搜尋結果,如: http://localhost:8983/solr/select/?q=hadoop&start=0&rows=10&wt=xslt&tr=example.xsl 205 205 206 206 ==== 4. 網址列的學問 ==== 207 * select/?q=hadoop&start=0&rows=143&wt=xslt&tr=example.xsl 208 * rows:每頁顯示的數量 209 * wt: type, 可為json...等