Hello Gang! Is there any trick, or undocumented way, to store binary (unindexed, untokenized) data in a Lucene Field? All the Field constructors just deal with Strings. I'm currently using another database to store binary data, but it would be very neat, and more efficient, to store it directly in Lucene.
Thanks in advance, Fredrik