RE: Phrase Query Performance Question

2007-10-30 Thread Haishan Chen
Thanks a lot for replying Yonik! I am running solr on a windows 2003 server (standard version). intel Xeon CPU 3.00GHz, with 4.00 GB RAM. The index is locate on Raid5 with 2 million documents. Is there any way to improve query performance without moving to more powerful computer? I

Re: Phrase Query Performance Question

2007-10-30 Thread Yonik Seeley
On 10/30/07, Haishan Chen [EMAIL PROTECTED] wrote: Thanks a lot for replying Yonik! I am running solr on a windows 2003 server (standard version). intel Xeon CPU 3.00GHz, with 4.00 GB RAM. The index is locate on Raid5 with 2 million documents. Is there any way to improve query performance

Can't get query when using xslt

2007-10-30 Thread Robert Young
Hi, I'm using the XsltResponseWriter but I can't seem to get hold of the query. I have copied in the xsl file I'm using but basically, I'm trying to access the query element of the params list but I'm getting nothing back. I've edited the xsl file a bit and as far as I can see the whole params

Re: Phrase Query Performance Question

2007-10-30 Thread Mike Klaas
On 30-Oct-07, at 6:09 AM, Yonik Seeley wrote: On 10/30/07, Haishan Chen [EMAIL PROTECTED] wrote: Thanks a lot for replying Yonik! I am running solr on a windows 2003 server (standard version). intel Xeon CPU 3.00GHz, with 4.00 GB RAM. The index is locate on Raid5 with 2 million documents.

Random return

2007-10-30 Thread Jonathan Ariel
Hi! I need to query solr and then return a random document from the result set. Any ideas on how can I achieve this? Thanks! Jonathan

RE: Random return

2007-10-30 Thread Will Johnson
Check out: https://issues.apache.org/jira/browse/SOLR-264 - will -Original Message- From: Jonathan Ariel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 4:33 PM To: solr-user@lucene.apache.org Subject: Random return Hi! I need to query solr and then return a random document

Remote access - Solr index for deleting

2007-10-30 Thread Jae Joo
Hi, I am trying to delete the document remotly through curl command, but got the internal server error - Permission Denied. Anyone knows how to solve this problem? Thanks, Jae