On Mon, Aug 12, 2013 at 12:25 PM, Mathias Lux <m...@itec.uni-klu.ac.at> wrote:
>
> Another thing for not using the the SORTED_SET and SORTED
> implementations is, that Solr currently works with Strings on that and
> I want to have a small memory footprint for millions of images ...
> which does not go well with immutables.

Just as a side note, again these work with byte[]. It happens to be
the case that solr uses these for its StringField (converting the
strings to bytes), but if you wanted to use these with BinaryField you
could (they just take BytesRef).

Reply via email to