Re: stopwords not working in multicore setup

2011-03-25 Thread Christopher Bottaro
Tel.: 0821 7482633 0 (Zentrale) Fax: 0821 7482633 29 Internet: http://www.shi-gmbh.com Registergericht Augsburg HRB 17382 Geschäftsführer: Peter Spiske Steuernummer: 103/137/30412 -Ursprüngliche Nachricht- Von: Christopher Bottaro [mailto:cjbott...@onespot.com] Gesendet: Freitag, 25

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: multicore replication slave

2010-10-12 Thread Christopher Bottaro
=pollInterval00:00:60/str /lst /requestHandler That will get all of your cores replicating. -- C On Mon, Oct 11, 2010 at 6:25 PM, Christopher Bottaro cjbott...@onespot.com wrote: Hello, I can't get my multicore slave to replicate from the master. The master is setup properly

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

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 but

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,

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 cjbott...@onespot.com 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 with com.google. I'm using