I've been reading the DataSchemaLoader (src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java). I noticed that the loader will only mark an element as an array if the value of the <isArray> tag in the data schema xml file is either (a) empty or (b) equal to "true" after trimming and lowercasing.
This seems fine to me, but doesn't seem to me to be quite so clearly explained in the javadocs. What's the community think: shall I create a JIRA issue for user-focused javadoc updating for the data (and query; might as well take a look) schema loader? I'm happy to work on it. Walter
