Re: multiple solr home directories

2007-08-31 Thread Ozgur Yilmazel
I have a related question on this topic. I have a web application which I would like to create indexes for individual users on the fly, is it possible to do JNDI configuration without restarting Tomcat? Here is some more detail on what I am trying to do: Our search application has a web based admin

RE: performance questions

2007-08-31 Thread Jonathan Woods
Only if you think the rest of Solr would be better written in JRuby too! > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: 31 August 2007 02:57 > To: solr-user@lucene.apache.org > Subject: Re: performance questions > > > On Aug 30, 2007, at 6:31 PM, Mike Klaas

Solrsharp now supports debugQuery

2007-08-31 Thread Jeff Rodenburg
Solrsharp now supports query debugging. This is enabled through the debugQuery and explainOther parameters. A DebugResults object is referenced by a SearchResults instance and provides all the debugging information that is available through these parameters, such as: - QueryString and ParsedQ

Distribution Information?

2007-08-31 Thread Matthew Runo
Hello! /solr/admin/distributiondump.jsp This server is set up as a master server, and other servers use the replication scripts to pull updates from it every few minutes. My distribution information screen is blank.. and I couldn't find any information on fixing this in the wiki. Any cha

RE: Re: multiple solr home directories

2007-08-31 Thread Stu Hood
You can use a combination of the Tomcat Manager app: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html and this patch: https://issues.apache.org/jira/browse/SOLR-336 to create instances on the fly. My three types of instances have separate home directories, but each running instance us

Replication broken.. no helpful errors?

2007-08-31 Thread Matthew Runo
Hello! On a somewhat related note, our replication seems very much broken. I've added -v to all my cron jobs, and I think I've seen the error (below). As you can see, it's rsyncing an updated index, but then doesn't seem to know to install it. I'm not sure why though.. no errors are rep

Re: Replication broken.. no helpful errors?

2007-08-31 Thread Bill Au
> latest snapshot /opt/solr/data/temp-snapshot.20070816120113 already > installed It looks like you have a directory named temp-snapshot.20070816120113 in your data directory. You should remove it. One of the other script might have left that behind somehow. I will update the snapinstaller scri

Re: Distribution Information?

2007-08-31 Thread Bill Au
Are there any error message in your appserver log files? Bill On 8/31/07, Matthew Runo <[EMAIL PROTECTED]> wrote: > Hello! > > /solr/admin/distributiondump.jsp > > This server is set up as a master server, and other servers use the > replication scripts to pull updates from it every few minutes.

Re: Sort basics

2007-08-31 Thread mel2k
Yes, when I upgraded to version 1.2 of Solr, sort works fine. Thank you for your reply and help. Yonik Seeley wrote: > > The separate sort parameter for the standard handler is relatively new > (as of Solr 1.2) > Is that the version of Solr you are using? If so, can you also supply > the outpu