solr dismax

http://wiki.apache.org/solr/SolrQuerySyntax

Please note that many characters in the Solr Query Syntax (most notable the plus sign: "+ ") are special characters in URLs, so when constructing request URLs manually, you must properly URL-Encode these characters.

                                               q=  +popularity:[10   TO   *]     +section:0
http://localhost:8983/solr/select?q=%2Bpopularity:[10%20TO%20*]%20%2Bsection:0

DisMaxQParserPlugin

http://localhost:8983/solr/select/?q=video&qt=defType=dismax&qf=features^20.0+text^0.3

http://localhost:8983/solr/select/?q=video&defType=dismax&qf=features^20.0+text^0.3&bq=cat:electronics^5.0

發佈了91 篇原創文章 · 獲贊 9 · 訪問量 90萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章