我在学习Spring data solr时遇到了一个问题,这是我的Configuration类:@EnableSolrRepositories(basePackages={"cn.likefund.solr.repository"}, multicoreSupport=true)static final String SOLR_HOST = "http://192.168.11.157:8080/solr"; public SolrClient s
我想要编写一个查询来获取文档中某个字段的所有值的列表(没有任何条件)。我尝试使用以下代码:List<Car> findAllCarCompeny();Caused by: org.springframework.data.mapping.PropertyReferenceException: No property findAllCarCompeny found for type Car!