我想索引嵌套的文檔。我有一個類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("