Re: Question about formatting the results returned from Solr

2009-07-30 Thread Avlesh Singh
> > instead they should be sent to separate fields > author_fname > author_lname > author_email > or, a dynamic field called author_* (I am assuming all of the author fields to be of the same type). And if you use SolrJ, you can transform this info into a data structure like "Map authorInfo", whe

Re: Question about formatting the results returned from Solr

2009-07-30 Thread ahammad
Yes, I get that. The problem arises when you have multiple authors. How can I know which first name goes with which user id etc... Cheers Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > apparently all the dat ais going to one field 'author' > > instead they should be sent to separate fields > author

Re: Question about formatting the results returned from Solr

2009-07-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
apparently all the dat ais going to one field 'author' instead they should be sent to separate fields author_fname author_lname author_email so you would get details like John Doe j...@doe.com On Wed, Jul 29, 2009 at 7:39 PM, ahammad wrote: > > Hi all, > > Not sure how good my