Mike,

By "efficient" here I meant the 'easiest way to implement' the storage of
the HashSet in the index.

Rishabh

On Dec 11, 2007 12:57 AM, Mike Klaas <[EMAIL PROTECTED]> wrote:

> On 10-Dec-07, at 12:09 AM, Rishabh Joshi wrote:
>
> > Can anyone help me on, as to how I can go about "efficiently" indexing
> > (actually, storing in the index) and retrieving, a HashSet object,
> > which
> > contains multiple string arrays?
> > I just want to store the HashSet in the index, and not search on
> > it. The
> > HashSet should be returned with the document when I perform a
> > search on any
> > other fields.
>
> I don't know what "efficient" means in your context, but why not
> serialize to bytes and base64 encode, then store as you would a text
> field in Solr?
>
> -Mike
>

Reply via email to