Performance when indexing or cold cache

2007-10-22 Thread Walter Underwood
We've had some performance problems while Solr is indexing and also when it starts with a cold cache. I'm still digging through our own logs, but I'd like to get more info about this, so any ideas or info are welcome. We have four Solr servers on dual CPU PowerPC machines, 2G of heap, about

Re: Performance when indexing or cold cache

2007-10-22 Thread Walter Underwood
Solr 1.1. --wunder On 10/22/07 10:06 AM, Walter Underwood [EMAIL PROTECTED] wrote: We've had some performance problems while Solr is indexing and also when it starts with a cold cache. I'm still digging through our own logs, but I'd like to get more info about this, so any ideas or info are

Re: Performance when indexing or cold cache

2007-10-22 Thread Yonik Seeley
On 10/22/07, Walter Underwood [EMAIL PROTECTED] wrote: lst name=appends str name=fq(pushstatus:A AND (type:movie OR type:person))/str /lst /requestHandler Perhaps try setting up a static warming query for this filter and any other common filters? Also look for correlations

Re: Performance when indexing or cold cache

2007-10-22 Thread Walter Underwood
We do an optimize after indexing, so the number of segments isn't an issue. We have the default autowarming settings. wunder On 10/22/07 11:00 AM, Yonik Seeley [EMAIL PROTECTED] wrote: On 10/22/07, Walter Underwood [EMAIL PROTECTED] wrote: lst name=appends str name=fq(pushstatus:A

Using wildcard with accented words

2007-10-22 Thread kshadkhast
I have problem searching accented words with wild card. although I have configured schema using filter class=solr.ISOLatin1AccentFilterFactory/ both in index and query part. it is working for q=chrétien and find documents with chretien but searching for q=chré* does not work, but q=chre* works

Re: Using wildcard with accented words

2007-10-22 Thread Erik Hatcher
On Oct 22, 2007, at 4:06 PM, Erik Hatcher wrote: On Oct 22, 2007, at 3:45 PM, kshadkhast wrote: I have problem searching accented words with wild card. although I have configured schema using filter class=solr.ISOLatin1AccentFilterFactory/ both in index and query part. it is working for

Re: Using wildcard with accented words

2007-10-22 Thread Yonik Seeley
On 10/22/07, Erik Hatcher [EMAIL PROTECTED] wrote: Perhaps this is a case that Solr could address with a third analyzer configuration (it already has query, and index differentiation) that could be incorporated for wildcard queries. Thoughts on that? I've actually thought about it

Re: Search results problem

2007-10-22 Thread Yonik Seeley
On 10/19/07, Maximilian Hütter [EMAIL PROTECTED] wrote: Yonik Seeley schrieb: On 10/17/07, Maximilian Hütter [EMAIL PROTECTED] wrote: I also found this: Controls the maximum number of terms that can be added to a Field for a given Document, thereby truncating the document. Increase this