Re: How to improve Solr search performance

2008-04-09 Thread
2008/4/9, Chris Hostetter <[EMAIL PROTECTED]>: > > > : most of time seems to be used for the writer getting and writing the > docs > : can those docs prefetched? > > as mentiond, the documentCache can help you out in the common case, but > 1-4 seconds for just the XMLWriting seems pretty high ...

Re: How to improve Solr search performance

2008-04-08 Thread
I will try what u suggested ! Thanks a lot~ 在08-4-9,Leonardo Santagada <[EMAIL PROTECTED]> 写道: > > > On 09/04/2008, at 00:24, 李银松 wrote: > > > most of time seems to be used for the writer getting and writing the > > docs > > can those docs prefetched? > >

Re: How to improve Solr search performance

2008-04-08 Thread
most of time seems to be used for the writer getting and writing the docs can those docs prefetched? 2008/4/9, Leonardo Santagada <[EMAIL PROTECTED]>: > > > On 08/04/2008, at 23:13, 李银松 wrote: > > > I'm testing solr search performance using LoadRunner > >

Re: How to improve Solr search performance

2008-04-08 Thread
; On 08/04/2008, at 23:13, 李银松 wrote: > > > I'm testing solr search performance using LoadRunner > > the index contains 5M+ docs , about 10.7GB large. > > CPU:3.2GHz*2 RAM16GB > > The result si dispirited > > max:19s min 1.5s avg 11.7s > > But the QTime is

How to improve Solr search performance

2008-04-08 Thread
I'm testing solr search performance using LoadRunner the index contains 5M+ docs , about 10.7GB large. CPU:3.2GHz*2 RAM16GB The result si dispirited max:19s min 1.5s avg 11.7s But the QTime is around 1s (simple query without facet or mlt,just fetch the top 50 IDs) So it seems that XMLWriter is the

Re: problem with ShowFileRequestHandler

2008-04-02 Thread
Thanks Ryan 2008/4/2, Ryan McKinley <[EMAIL PROTECTED]>: > > > On Apr 2, 2008, at 5:03 AM, 李银松 wrote: > > > Edward.Zhang had commit the problem before > > > > I want to programmatically retrieve the schema and the config from the > > > ShowFileRequest

problem with ShowFileRequestHandler

2008-04-02 Thread
Edward.Zhang had commit the problem before > I want to programmatically retrieve the schema and the config from the > ShowFileRequestHandler. I encounter some trouble. There are CJK characters > in the xml files as follows: > > > > > > 记录号 > > > > But I get a confusing response from solr using

Re: question about fl=score

2008-03-19 Thread
the most > relevant result. Maybe the ten most relevant results. > > "I'm searching for the movie 'Ratatouille', but please > give me the 10,001st result instead of that movie." > > If you explain your desire, we may have a better approach. > > wun

Re: question about fl=score

2008-03-19 Thread
d is about 10+ seconds I want to know it really cost so much time or something other is wrong . 2008/3/20, Walter Underwood <[EMAIL PROTECTED]>: > > Getting 10,000 records will be slow. > > What are you doing with 10,000 records? > > wunder > > On 3/19/08 10:07 PM,

Re: question about fl=score

2008-03-19 Thread
transport or for Solr to prepare for transport? Or just something wrong with my server? 在08-3-20,Yonik Seeley <[EMAIL PROTECTED]> 写道: > > 2008/3/19 李银松 <[EMAIL PROTECTED]>: > > 1、When I set fl=score ,solr returns just as fl=*,score ,not just scores > > Is it a bug or just do

question about fl=score

2008-03-19 Thread
1、When I set fl=score ,solr returns just as fl=*,score ,not just scores Is it a bug or just do it on purpose? 2、I'm using solrj to get about 1 docs' score in LAN. It costs me about 10+ seconds first time(QTime is less than 100ms) , but 1-2 seconds second time with the same querystring. It seems