Re: "overlapping onDeckSearchers" message

2007-11-03 Thread Chris Hostetter
: > [16:23:34.086] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 I've FAQed this with all the details i can think of ... some of which may be in my imagination, so peer-review is appreciated... http://wiki.apache.org/solr/FAQ#head-1133543d05c65f889b25b85b3c7aaa17f532032a -Hoss

RE: FW: Score customization

2007-11-03 Thread Chris Hostetter
: Now I need to know whether the FunctionQuery result is considered during : the results sorting. That is, are search results sorted according to the : sum of the similarity and the FunctionQuery value or according to : similarity only? a function query in a larger query contributes to the sco

RE: FW: Score customization

2007-11-03 Thread Victoria Kaganski
Oh, I finally understand. Now I need to know whether the FunctionQuery result is considered during the results sorting. That is, are search results sorted according to the sum of the similarity and the FunctionQuery value or according to similarity only? From: [

Re: FW: Score customization

2007-11-03 Thread Yonik Seeley
On 11/3/07, Victoria Kaganski <[EMAIL PROTECTED]> wrote: > I guess I was not clear... I understand that if I use FunctionQuery, it's > result value will return as the score, instead of the similarity. Am I right? Only for the FunctionQuery "part"... it's not an all or nothing thing. Let me give

RE: FW: Score customization

2007-11-03 Thread Victoria Kaganski
I guess I was not clear... I understand that if I use FunctionQuery, it's result value will return as the score, instead of the similarity. Am I right? From: [EMAIL PROTECTED] on behalf of Yonik Seeley Sent: Wed 10/31/2007 7:21 PM To: solr-user@lucene.apache.org

Re: "overlapping onDeckSearchers" message

2007-11-03 Thread Yonik Seeley
On 11/3/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > I have a solr index that hasn't had many problems recently but I had > the logs open and noticed this a lot during indexing: > > [16:23:34.086] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 That means that one searcher hasn't yet finished

"overlapping onDeckSearchers" message

2007-11-03 Thread Brian Whitman
I have a solr index that hasn't had many problems recently but I had the logs open and noticed this a lot during indexing: [16:23:34.086] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 Not sure what it means, google didn't come back with much.