我想索引嵌套的文档。我有一个类ProductBean类,它有3个字符串类型字段和一个类型对象列表。 @Field
String id;
@Field
String tgtKey_;
@Field
String borrowerId;
@Field
List<Car> cars;
Class Car如下。 public class Car {
@Field
S
我有一个Java程序在solr服务器中发出请求。我创建了一个触发的Solr的分析服务查询: HttpSolrClient server = new
HttpSolrClient("http://localhost:8983/solr/docs");
SolrQuery query = new SolrQuery();
query.setRequestHandler("