Hello, I try to write custom solrindex class in nutch-1.6 to create multiple documents from one url. I have map function inside indexerMapReduce.java to send key and docs to reducer. However, reducer gets keys but docs has all fields (like id and etc) as null, although map correctly assigns these fields to each docs.
Any ideas why this happens? Thanks. Alex.

