>From a code walkthrough - you can create a array of Strings (as value) by calling add(String, String) multiple times.
Caveat: Internally it uses System.arraycopy, so it might slow down performance. On Sun, Aug 26, 2012 at 12:17 AM, Sourajit Basak <[email protected]>wrote: > Class org.apache.nutch.metadata.Metadata stores a Map of <String, > String[]> but doesn't expose any public methods for adding an array of > Strings as the value. Have I missed anything here ? >

