You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kiwi de coder <ki...@gmail.com> on 2011/07/04 12:04:46 UTC

@field for child object

hi,

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

class A {

  @field
  string somefield;

 @emebedded
  B b;

}

regards,
kiwi

Re: @field for child object

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com>.
no

On Mon, Jul 4, 2011 at 3:34 PM, Kiwi de coder <ki...@gmail.com> wrote:
> hi,
>
> i wondering solrj @Field annotation support embedded child object ? e.g.
>
> class A {
>
>  @field
>  string somefield;
>
>  @emebedded
>  B b;
>
> }
>
> regards,
> kiwi
>



-- 
-----------------------------------------------------
Noble Paul

Re: @field for child object

Posted by Mark Miller <ma...@gmail.com>.
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 somefield;
> 
> @emebedded
>  B b;
> 
> }
> 
> regards,
> kiwi

- Mark Miller
lucidimagination.com