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
: 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
> -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
: 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
Hi Solr users,
Does Solr support/or will in the future base64 encoded XML documents so
that binary blobs can be added to the index?
I have been using this solr client by Darren Vengroff successfully. It
easily plugs-in into the Solr package and could also use binary
functions in org.apache.solr