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,

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

rows=VERY_LARGE_VALUE throws exception, and error in some cases

2007-11-20 Thread Rishabh Joshi
Hi, We are using Solr 1.2 for our project and have come across the following exception and error: Exception: SEVERE: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.PriorityQueue.initialize (PriorityQueue.java :36) Steps to reproduce: 1. Restart your Web Server. 2. Ente