Re: @field for child object

2011-07-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
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
>



-- 
-
Noble Paul


Re: @field for child object

2011-07-05 Thread Mark Miller
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










@field for child object

2011-07-04 Thread Kiwi de coder
hi,

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

class A {

  @field
  string somefield;

 @emebedded
  B b;

}

regards,
kiwi