no
On Mon, Jul 4, 2011 at 3:34 PM, Kiwi de coder wrote:
> hi,
>
> i wondering solrj @Field annotation support embedded child object ? e.g.
>
> class A {
>
> @field
> string somefield;
>
> @emebedded
> B b;
>
> }
>
> regards,
> kiwi
>
--
Not yet - I've played around with support in this issue in the past though:
https://issues.apache.org/jira/browse/SOLR-1945
On Jul 4, 2011, at 6:04 AM, Kiwi de coder wrote:
> hi,
>
> i wondering solrj @Field annotation support embedded child object ? e.g.
>
> class A {
>
> @field
> string s
hi,
i wondering solrj @Field annotation support embedded child object ? e.g.
class A {
@field
string somefield;
@emebedded
B b;
}
regards,
kiwi