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
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
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
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
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
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
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
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
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