>
> 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
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
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