Re: Funny behavior in facet query on large dataset

2012-10-08 Thread Otis Gospodnetic
s to the solr index and committing, every > few seconds, which is probably why this is not working well. > > Seems we need to re-architect the way we are doing this... > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Funny-behavior-in-facet-query-on-large-dataset-tp4012584p4012610.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Funny behavior in facet query on large dataset

2012-10-08 Thread Shawn Heisey
On 10/8/2012 4:09 PM, kevinlieb wrote: Thanks for all the replies. I oversimplified the problem for the purposes of making my post small and concise. I am really trying to find the counts of documents by a list of 10 different authors that match those keywords. Of course on looking up a single

Re: Funny behavior in facet query on large dataset

2012-10-08 Thread kevinlieb
et.query as well as facet.method=fc and neither really helped. We are constantly adding documents to the solr index and committing, every few seconds, which is probably why this is not working well. Seems we need to re-architect the way we are doing this... -- View this message in context: htt

Re: Funny behavior in facet query on large dataset

2012-10-08 Thread Chris Hostetter
: a small time slice. However even if I take the time slice query out it : takes the same amount of time, so it seems to be searching the entire data : set. a) you might try using facet.method=enum - in some special cases it may be faster then the default (facet.method=fc). : I am trying to fi

RE: Funny behavior in facet query on large dataset

2012-10-08 Thread Michael Ryan
in an in-memory data structure. This can be quite slow, especially if there are many distinct values for that field. -Michael -Original Message- From: kevinlieb [mailto:ke...@politear.com] Sent: Monday, October 08, 2012 4:27 PM To: solr-user@lucene.apache.org Subject: Funny behavior in face

Re: Funny behavior in facet query on large dataset

2012-10-08 Thread Erik Hatcher
2@eldudearino%22) > > Any ideas what I could be doing wrong? > > Thanks in advance! > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Funny-behavior-in-facet-query-on-large-dataset-tp4012584.html > Sent from the Solr - User mailing list archive at Nabble.com.

Funny behavior in facet query on large dataset

2012-10-08 Thread kevinlieb
:(%22@eldudearino%22) Any ideas what I could be doing wrong? Thanks in advance! -- View this message in context: http://lucene.472066.n3.nabble.com/Funny-behavior-in-facet-query-on-large-dataset-tp4012584.html Sent from the Solr - User mailing list archive at Nabble.com.