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