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.
この SQL クエリに SolrNet を使用した同等の solr クエリはありますか?
SELECT COUNT(field1), SUM(field2) FROM table1 GROUP BY field3, field4
ありがとう
Solr は SQL を直接置き換えるものではありません。
あなたは試してみたいかもしれません:-