Solr Reference Guide 5.3: Using the Solr Administration User Interface

Overview of the Solr Admin UI

http://hostname:8983/solr

Configuring the Admin UI in solrconfig.xml

預設 *:* 是尋找所有文件

Query Screen

responseHeader 裡的 QTime 是處理時間。

response 裡的 numFound 是符合條件的數量。

允許的參數:

  • fq: filter queries
  • sort: 排序
  • start: 從第幾筆開始回傳的 offset,預設是 0
  • rows: 要回傳多少筆
  • fl: 每個文件要回傳的 fields
  • hl: 啟動在 query response 裡做 highlighting
  • facet: 啟動分面功能
  • spatial: 在空間或地理查詢 (spatial or geospatial searches) 中使用位置資料 (location data)
  • spellcheck: 這啟動 Spellchecker,提供查詢建議功能。