On 12/23/06 5:28 AM, "Alan Burlison" <[EMAIL PROTECTED]> wrote:
>> You could do it in Solr. The difficulty is that arbitrary binary data >> is not easily transferred via xml. So you must specify that the input >> is in base64 or some other encoding. Then you could decode it on the >> fly using a custom Analyzer before passing it along. > > Why won't cdata work? Some octet (byte) values are illegal in XML. Most of the ASCII control characters are not allowed. If one of those is in an XML document, it is a fatal error and must stop parsing in any conforming XML parser. wunder -- Walter Underwood Search Guru, Netflix