Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我当前的 solr 版本是 8.3.* 并使用 pysolr 在 solr 中搜索。
这是我的代码
solr_new = pysolr.Solr('my solr url') feeds_new = solr_new.search("id:325387975")
搜索行抛出异常
Bad contentType for search handler :application/xml; charset=UTF-8 request={q=325387975&wt=json}