Re: Highlighting bean properties using DocumentObjectBinder - New feature?

2009-10-06 Thread Avlesh Singh
Does this one deserve a JIRA issue? Cheers Avlesh On Sun, Oct 4, 2009 at 8:37 PM, Avlesh Singh avl...@gmail.com wrote: Like most others, I use SolrJ and bind my beans with @Field annotations to read responses from Solr. For highlighting these properties in my bean, I always write a separate

Re: Highlighting bean properties using DocumentObjectBinder - New feature?

2009-10-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
go ahead but mark for 1.5 On Tue, Oct 6, 2009 at 4:50 PM, Avlesh Singh avl...@gmail.com wrote: Does this one deserve a JIRA issue? Cheers Avlesh On Sun, Oct 4, 2009 at 8:37 PM, Avlesh Singh avl...@gmail.com wrote: Like most others, I use SolrJ and bind my beans with @Field annotations to

Re: Highlighting bean properties using DocumentObjectBinder - New feature?

2009-10-06 Thread Avlesh Singh
Sure! Cheers Avlesh 2009/10/6 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com go ahead but mark for 1.5 On Tue, Oct 6, 2009 at 4:50 PM, Avlesh Singh avl...@gmail.com wrote: Does this one deserve a JIRA issue? Cheers Avlesh On Sun, Oct 4, 2009 at 8:37 PM, Avlesh Singh

Highlighting bean properties using DocumentObjectBinder - New feature?

2009-10-04 Thread Avlesh Singh
Like most others, I use SolrJ and bind my beans with @Field annotations to read responses from Solr. For highlighting these properties in my bean, I always write a separate piece - Get the list of highlights from response and then use the MapfieldName, Listhighlights to put them back in my