Hi, I develop a notch plugin where my Parser extracts multi-value data and puts it in the Metadata which is then added using ParseResult.put() method. Debugging it I can see that my data is actually there, but in the Indexer all MultiValue data is gone. How can this be? Should i file a bug report? Removing the multi value attribute in the schema.xml gives back the data in the Indexer, but of course it is not multivalue so only the last added one is present.
Any ideas?

