Sorting

2006-10-11 Thread Gmail Account
I need to sort a query two ways. Should I do the search one way: s.getDocListAndSet(query, restrictions, sort, req.getStart(), req.getLimit(), flags); then do the same search again with a different sort value or is there a method available to just sort the DocSet (like sortDocSet but it's prote

Re: Initial import problems

2006-12-05 Thread Gmail Account
I'm having slow performance with my solr index. I'm not sure what to do. I need some suggestions on what to try. I have updated all my records in the last couple of days. I'm not sure how much it degraded because of that, but it now takes about 3 seconds per search. My cache statistics don't loo

Performance issue.

2006-12-05 Thread Gmail Account
Sorry.. I put the wrong subject on my message. I also wanted to mention that my cpu jumps to to almost 100% each query. I'm having slow performance with my solr index. I'm not sure what to do. I need some suggestions on what to try. I have updated all my records in the last couple of days. I'm

Re: Performance issue.

2006-12-05 Thread Gmail Account
There's nothing wrong with CPU jumping to 100% each query, that just means you aren't IO bound :-) What do you mean not IO bound? >- I did an optimize index through Luke with compound format and > noticed > in the solrconfig file that useCompoundFile is set to false. Don't do this unle

Re: Performance issue.

2006-12-06 Thread Gmail Account
M Subject: Re: Performance issue. On 12/5/06, Gmail Account <[EMAIL PROTECTED]> wrote: > There's nothing wrong with CPU jumping to 100% each query, that just > means you aren't IO bound :-) What do you mean not IO bound? There is always going to be a bottleneck somewhere

Re: Performance issue.

2006-12-06 Thread Gmail Account
the facet counts (it will use the FieldCache rather than filters). You would need to reindex to try this approach. -Yonik On 12/6/06, Gmail Account <[EMAIL PROTECTED]> wrote: I reindexed and optimized and it helped. However now each query averages about 1 second(down from 3-4 seconds). The bott

Tagging

2007-02-12 Thread Gmail Account
I know that I've seen this topic before.. Is there a guidline on the best way to create tagging in solr? For example, keeping track of what user tagged what item in solr. And facetting based on tags? Thanks, Mike

Re: convert custom facets to Solr facets...

2007-02-12 Thread Gmail Account
This would be great! I can't help with the solution but I am very interested in using it if one of you guys can figure it out. I can't wait to see if this works out. Mike - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 4:51 AM Subj

Re: Tagging

2007-02-22 Thread Gmail Account
I use solr for searching and facets and love it.. The performance is awesome. However I am about to add tagging to my application and I'm having a hard time deciding if I should just database my tags for now until a better solr solution is worked out... Does anyone know what technology some of