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
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.
> 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
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
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
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
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
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
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