You can store binary data using a binary field type -- then you need
to send the data base64 encoded.

I would strongly recommend against storing large binary files in solr
-- unless you really don't care about performance -- the file system
is a good option that springs to mind.

ryan




2011/4/6 Ezequiel Calderara <ezech...@gmail.com>:
> Another question that maybe is easier to answer, how can i store binary
> data? Any example schema?
>
> 2011/4/6 Ezequiel Calderara <ezech...@gmail.com>
>
>> Hello everyone, i need to know if some has used solr for indexing and
>> storing images (upt to 16MB) or binary docs.
>>
>> How does solr behaves with this type of docs? How affects performance?
>>
>> Thanks Everyone
>>
>> --
>> ______
>> Ezequiel.
>>
>> Http://www.ironicnet.com
>>
>
>
>
> --
> ______
> Ezequiel.
>
> Http://www.ironicnet.com
>

Reply via email to