Re: Slave replication with custom dataDir

2010-11-02 Thread Kura
) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329) ... 35 more On 02/11/10 14:29, Kura wrote: Hey guys, I have 2 instances of Solr running, one as a master, one as a slave. Both have /var/lib/solr/data The master works fine, the slave dies with a huge

Slave replication with custom dataDir

2010-11-02 Thread Kura
Hey guys, I have 2 instances of Solr running, one as a master, one as a slave. Both have /var/lib/solr/data The master works fine, the slave dies with a huge set of stack traces. The Solr wiki says that replication must match the if it's custom, but how do I actually set that?

Returning max value of fields within documents

2010-09-14 Thread Kura
Hey guys, Is there a way of doing the following: We want to get the highest value from a list of multiple fields within a document. Example below: max(field1,field2,field3,field4) The values are as follow: field1 = 100 field2 = 300 field3 = 250 field4 = not indexed in document (null) The hig

Re: Solr searching "harri" finds "harry"

2010-09-08 Thread Kura
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes to restart, no to re-index. Was hoping that wouldn't be necessary. I'll do that now. On 08/09/10 11:48, Grijesh.singh wrote: > > have u restart the solr after adding words in protwords and reindex the data? > > - > Grijesh -BEGIN PGP SIG

Re: Solr searching "harri" finds "harry"

2010-09-08 Thread Kura
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have "harry" as a protected word in protword.txt Here is the xml definition for my text column On 08/09/10 1

Solr searching "harri" finds "harry"

2010-09-08 Thread Kura
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I've got a Solr server up and running over about 10 million rows, I have a text column that I use for my main search and a couple of int/str fields used for faceting. Whenever I search for the term "harri" as q=title:harri it will match the term