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.
次のコードは機能しません....何か考えはありますか? ありがとう。それについての参照が見つかりませんでした...
import pysolr .... self.solr = pysolr.Solr(solr_url, timeout=20) docs = self.solr.search(q=q, q.op =q_op)
代わりに self.solr.search(q=q, op =q_op) を使用できますか?