Re: How to store a HashSet in the index?

2007-12-11 Thread Rishabh Joshi
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"

Re: How to store a HashSet in the index?

2007-12-10 Thread Mike Klaas
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 i

How to store a HashSet in the index?

2007-12-10 Thread Rishabh Joshi
Hi, 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