Re: big perf-difference between solr-server vs. SOlrJ req.process(solrserver)

2007-12-27 Thread Yonik Seeley
On Dec 27, 2007 9:45 AM, Britske [EMAIL PROTECTED] wrote: I am using SolrJ to communicate with SOLR. My Solr-queries perform within range (between 50 ms and 300 ms) by looking at the solr log as ouputted on my (windows) commandline. However I discovered that the following command at all times

Re: An observation on the Too Many Files Open problem

2007-12-27 Thread Mike Klaas
Setting maxBufferedDocs to something smaller (say, 300), might be a better way of limiting your memory usage. I have difficulties with the odd huge document when using the default maxBufferedDocs=1000 (in the next Solr version, there should be an option to limit indexing based on memory

RE: big perf-difference between solr-server vs. SOlrJ req.process(solrserver)

2007-12-27 Thread Norskog, Lance
As a reference: I have several million records where are about 20 fields. One of them is 100-1k bytes, and the rest are 20-50 bytes. There is a reliable 5% performance difference between pulling just the unique key field and pulling all of the fields. -Original Message- From: Geert-Jan

Cannot start SVN head Solr 1.3

2007-12-27 Thread Matthew Runo
Hello! I'm having a horrible time getting the current svn head build of Solr to run. I even remembered to do an 'ant clean' this time.. but no luck. I have set up solr_home via a JAVA_OPTS flag, and am using Tomcat 6... [EMAIL PROTECTED]:/opt/tomcat]$ echo $JAVA_OPTS

Re: Cannot start SVN head Solr 1.3

2007-12-27 Thread Ryan McKinley
The XppUpdateRequestHandler was removed this afternoon... make sure your sorlconfig.xml does not include: requestHandler name=/update/xpp class=solr.XppUpdateRequestHandler / holler if you have problems! ryan Matthew Runo wrote: Hello! I'm having a horrible time getting the current

RAMDirectory

2007-12-27 Thread s d
Is there a way to use RAMDirectory with SOLR?If you can point me to documentation that would be great. Thanks, S

Search query have AND operator with facet search not working

2007-12-27 Thread Laxmilal Menaria
Hello everyone, I have implemented facet search with search in all fields, its working fine with the following url. http://localhost:8983/solr/select?q=cdfacet=truefacet.field=mediafacet.limit=-1start=0rows=15facet.mincount=1qt=LM Query : cd But when I tried with query which have AND, its not