Re: Multi field search with values

2012-03-20 Thread Deb Lucene
Hi group, Is there any way to index a document based on a key value (key = text, value = double) pair? For example, we have a situation where - document 1 IBM - 0.5 Google - 0.9 Apple - 0.3 document 2 IBM - 0.6 Google - 0.1 Apple - 0.4 now we need to search using two fields, the name (e.g. "I

Re: suppressing FreqProxPostingsArray

2012-03-20 Thread Ken McCracken
Hi Mike, Thanks for the response. We will do some more investigation. We will look to see if there is a clean way to suppress at least the extra 3 array allocations. Cheers, -Ken On Mar 19, 2012, at 5:32 PM, Michael McCandless > wrote: Hmm, I agree we could be more RAM efficient if t