Re: Questions on FieldValueCache

2009-08-03 Thread Yonik Seeley
On Mon, Aug 3, 2009 at 5:45 PM, Stephen Duncan Jr wrote: > What will cause me to exceed the limit and fail during faceting using the fc > method is if the documents within a block of 65536 combine to take up too > much space.  And this (generally speaking) going to be a function on the > average nu

Re: Questions on FieldValueCache

2009-08-03 Thread Stephen Duncan Jr
On Mon, Aug 3, 2009 at 4:56 PM, Yonik Seeley wrote: > On Mon, Aug 3, 2009 at 4:18 PM, Stephen Duncan > Jr wrote: > > On Mon, Aug 3, 2009 at 2:43 PM, Yonik Seeley >wrote: > > Hmm, that's a hard thing to sell to the user and my boss, as it makes the > > query time go from nearly always being sub-se

Re: Questions on FieldValueCache

2009-08-03 Thread Yonik Seeley
On Mon, Aug 3, 2009 at 4:18 PM, Stephen Duncan Jr wrote: > On Mon, Aug 3, 2009 at 2:43 PM, Yonik Seeley > wrote: > Hmm, that's a hard thing to sell to the user and my boss, as it makes the > query time go from nearly always being sub-second (frequently less than 60 > ms), to ranging up to nearly 4

Re: Questions on FieldValueCache

2009-08-03 Thread Stephen Duncan Jr
On Mon, Aug 3, 2009 at 2:43 PM, Yonik Seeley wrote: > > > > > I'm getting the following warning in my logs: 2009-08-03 13:41:40,114 > > [http-127.0.0.1-8080-1] WARN org.apache.solr.core.SolrCore - Approaching > > too many values for UnInvertedField faceting on field 'originaltext' : > > bucket si

Re: Questions on FieldValueCache

2009-08-03 Thread Yonik Seeley
On Mon, Aug 3, 2009 at 2:18 PM, Stephen Duncan Jr wrote: > On Fri, Jul 31, 2009 at 5:23 PM, Yonik Seeley > wrote: > >> On Fri, Jul 31, 2009 at 5:06 PM, Stephen Duncan >> Jr wrote: >> > I have a couple more questions on the FieldValueCache.  I see that the >> > number of items in the cache is basic

Re: Questions on FieldValueCache

2009-08-03 Thread Stephen Duncan Jr
On Fri, Jul 31, 2009 at 5:23 PM, Yonik Seeley wrote: > On Fri, Jul 31, 2009 at 5:06 PM, Stephen Duncan > Jr wrote: > > I have a couple more questions on the FieldValueCache. I see that the > > number of items in the cache is basically the number of multi-valued > fields > > facets have been reque

Re: Questions on FieldValueCache

2009-07-31 Thread Otis Gospodnetic
/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Stephen Duncan Jr > To: solr-user@lucene.apache.org; yo...@lucidimagination.com > Sent: Friday, July 31, 2009 5:54:39 PM > Subject: Re: Questions on FieldValueCache

Re: Questions on FieldValueCache

2009-07-31 Thread Stephen Duncan Jr
On Fri, Jul 31, 2009 at 5:23 PM, Yonik Seeley wrote: > > Ok, so that was the curiosity question. More critical: > > > > When we first ask for facets for multi-valued fields, it can take up to > 25 > > seconds to get the response, although after that it's very fast (1.5 > seconds > > or less even

Re: Questions on FieldValueCache

2009-07-31 Thread Yonik Seeley
On Fri, Jul 31, 2009 at 5:06 PM, Stephen Duncan Jr wrote: > I have a couple more questions on the FieldValueCache.  I see that the > number of items in the cache is basically the number of multi-valued fields > facets have been requested for.  What does each entry in the cache actually > contain?  

Questions on FieldValueCache

2009-07-31 Thread Stephen Duncan Jr
I have a couple more questions on the FieldValueCache. I see that the number of items in the cache is basically the number of multi-valued fields facets have been requested for. What does each entry in the cache actually contain? How does it's size grow as the number of total documents increases