RE: facet with group by (or field collapsing)

2009-04-28 Thread Qingdi
n count on distinct family_id for each facet value. Thanks. Qingdi Harsch, Timothy J. (ARC-SC)[LOCKHEED MARTIN SPACE OPNS] wrote: > > I began a similar thread under the subject "Distinct terms in facet > field". > > One thing I noticed though is that your fields seem to ha

facet with group by (or field collapsing)

2009-04-28 Thread Qingdi
, School_B), and do faceting on Favorite_Sports. But instead of showing the count of kids for each sport, we want to show the count of Families. Each family can have multiple kids. How to group the search result on Family_Id, and then do faceting on Favorite_Sports? Appreciate your help. Qingdi

Re: optimization failed

2009-02-11 Thread Qingdi
. Thanks. Qingdi Otis Gospodnetic wrote: > > Hi Qingdi, > > Hm, I've never encountered this problem. You didn't mention your Solr > version. If I were you I would grab the nightly build tomorrow, because > tonight's Solr nightly build should include the very lates

optimization failed

2009-02-10 Thread Qingdi
and run optimization again, the index files can be recovered.) Please let me know if you need more info.. Appreciate your help. Qingdi -- View this message in context: http://www.nabble.com/optimization-failed-tp21939498p21939498.html Sent from the Solr - User mailing list archive at

Re: got background_merge_hit_exception during optimization

2009-01-30 Thread Qingdi
d mode) I checked the log files under logs and solr/logs, but don't see any error. Would you please let me know how to get the stack trace from the solr logs? Appreciate your help. Qingdi Yonik Seeley-2 wrote: > > What system and JVM was this using? > Also, could you get the stack

got background_merge_hit_exception during optimization

2009-01-29 Thread Qingdi
and the disk space, so we had to kill the solr server. Thanks for your help. Qingdi -- View this message in context: http://www.nabble.com/got-background_merge_hit_exception-during-optimization-tp21735847p21735847.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: index size tripled during optimization

2009-01-28 Thread Qingdi
0 1000 1 single false 10 1000 2147483647 10 false false === Could there be any other reason causing the size tripled? Thanks. Qingdi Ryuuichi KUMAI wrote:

index size tripled during optimization

2009-01-27 Thread Qingdi
only doubled during optimization. Why the index size gets tripled instead of doubled during optimization? Is there anything we can do to keep the index only doubled during optimization? Thanks. Qingdi -- View this message in context: http://www.nabble.com/index-size-tripled-during-optimization

2 questions about solr spellcheck

2009-01-08 Thread Qingdi
y performance and memory usage? Should I increase the memory allocation for the solr server? Thanks for your help. Qingdi -- View this message in context: http://www.nabble.com/2-questions-about-solr-spellcheck-tp21359183p21359183.html Sent from the Solr - User mailing list archive at Nabble.com.

How to support query with AND / OR?

2008-12-17 Thread Qingdi
amp; 'cancer' should be returned. Our existing solr schema includes multiple search fields, like TITLE, ABSTRACT,..., and we are using DisMaxRequestHandler. To support the query with the user entered AND / OR, do we have to use StandardRequestHandler and write our own query parser