hi,

i wondering solrj @Field annotation support embedded child object ? e.g.

class A {

  @field
  string somefield;

 @emebedded
  B b;

}

regards,
kiwi

Reply via email to