Re: base64 support & containers

2006-07-07 Thread Yonik Seeley
On 7/6/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: i think it should be possible to write your own subclass of FieldType which does the base64 decoding/encoding in the createField and write methods. Hopefully... I tried passing Field instances around where possible instead of it's String val

RE: base64 support & containers

2006-07-06 Thread Chris Hostetter
: No - no advanced use of XML has been implemented. : One of the fields in the add request would contain the original binary : document encoded in base64, then this would preferably be decoded to : binary and placed into a lucene binary field, which would need to be : defined in Solr. Ah! ... I t

RE: base64 support & containers

2006-07-05 Thread Ben Incani
> -Original Message- > From: Chris Hostetter [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 July 2006 9:52 AM > To: solr-user@lucene.apache.org > Subject: Re: base64 support & containers > > > : Does Solr support/or will in the future base64 encoded XML

Re: base64 support & containers

2006-07-05 Thread Chris Hostetter
: Does Solr support/or will in the future base64 encoded XML documents so : that binary blobs can be added to the index? I'm not sure if I'm understanding your question completely ... if you have binary data that you want to shove into a stored field, you should certinaly be able to base64 encode