WordCount example - option.builder() error (intelliJ, Solr, Spark)
问题 I started to learn Solr and I am trying to write a WordCount-example with Solr and Spark. But I have problem, perhaps with the imports or with the dependencies. You can look at my code below.. My dependencies: <groupId>com.lucidworks.spark</groupId> <artifactId>spark-solr</artifactId> <version>2.1.0</version> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>7.6.0</version> My Code: object Solr extends SparkApp.RDDProcessor { def getName: String = "query-solr