SOLRJ-6.0.0: Insertion of a bean object which associate list of bean object is giving null pointer exception

前端 未结 2 530
旧时难觅i
旧时难觅i 2020-12-17 04:53

Employee Bean Class:

public class Employee2 {

    private String id;
    private String name;
    private String designation;
    private d         


        
2条回答
  •  盖世英雄少女心
    2020-12-17 05:38

    Even Solrj Code does not support insertion of multiple children as a bean. It gives the Exception: multiple child not supported. However by other way, insertion of a Bean which aggregates multiple bean can be inserted/indexed by SolrInput class.

提交回复
热议问题