multicore replication slave

2010-10-11 Thread Christopher Bottaro
Hello, I can't get my multicore slave to replicate from the master. The master is setup properly and the following urls return "00OKNo command" as expected: http://solr.mydomain.com:8983/solr/core1/replication http://solr.mydomain.com:8983/solr/core2/replication http://solr.mydomain.com:8983/solr

Re: multicore replication slave

2010-10-12 Thread Christopher Bottaro
, Christopher Bottaro wrote: > Hello, > > I can't get my multicore slave to replicate from the master. > > The master is setup properly and the following urls return "00OKNo > command" as expected: > http://solr.mydomain.com:8983/solr/core1/replication > http://solr.m

stopwords not working in multicore setup

2011-03-24 Thread Christopher Bottaro
Hello, I'm running a Solr server with 5 cores. Three are for English content and two are for German content. The default stopwords setup works fine for the English cores, but the German stopwords aren't working. The German stopwords file is stopwords-de.txt and resides in the same directory as

Re: stopwords not working in multicore setup

2011-03-25 Thread Christopher Bottaro
- - - - - - - - - > - - - - - - - - > Postadresse: Watzmannstr. 23, 86316 Friedberg > Besuchsadresse: Curt-Frenzel-Str. 12, 86167 Augsburg > Tel.: 0821 7482633 18 > Tel.: 0821 7482633 0 (Zentrale) > Fax: 0821 7482633 29 > > Internet: http://www.shi-gmbh.com > Registerger

Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Christopher Bottaro
Hello, Is it possible to boost a document's score based on something like fq=site(com.google*). In other words, I want to boost the score of documents who's "site" field starts with "com.google". I'm using the MoreLikeThisHandler. Thanks for the help, -- Christopher

Re: Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Christopher Bottaro
On Mon, Mar 1, 2010 at 7:36 PM, Christopher Bottaro wrote: > Hello, > > Is it possible to boost a document's score based on something like > fq=site(com.google*).  In other words, I want to boost the score of > documents who's "site" field starts w

How to see the query generated by MoreLikeThisHandler?

2010-03-03 Thread Christopher Bottaro
Hello, Is there a way to see exactly what query is generated by the MoreLikeThisHandler? If I send debugQuery=true then I see in the response a key called "parsedquery" but it doesn't seem quite right. What I mean by that is when I make the MoreLikeThis query, I set "mlt.fl" to "title,content" b

DisMaxRequestHandler questions about bf and bq

2010-03-03 Thread Christopher Bottaro
Hello, I have a couple of questions regarding the bf and bq params to the DisMaxRequestHandler. 1) Can I specify them more than once? Ex: bf=log(popularity)&bf=log(comment_count) 2) When using bq, how can I specify what score to use for documents not returned by the query? In other words, ho