List current active Solr settings

2016-07-31 Thread Dominique Bejean
Hi,

Is there a way to list all the current solr settings ? Something similar to
the MySQL « show variables » command ?

For instance, if I configure the « transientCacheSize » parameter in
solr.xml file, how to be sure this setting was took into account ?

Regards

Dominique


Apache/PHP/Perl round robin to Solrcloud question

2016-07-31 Thread GW
I'm a mostly a developer and my systems work is all out of necessity so a
bit weak.

My current development happens on a single server running Apache/PHP/Perl
as well as Solrcloud in the Googlecloud.

Perl and PHP make REST calls to Two collections on the single server
Solrcloud 6.1 @ 127.0.0.1

My thoughts are I can make this a private cloud image and then add servers
if required.

So my question is what is the best way deploy my app server & solr.

Can I just leave my apps making reads from 127.0.0.1 and add each server to
the zone file as www.mydomain.com for round robin

My Solrcloud is populated by a custom spider written in Perl which I
imagine I will only post to the leader.

Am I going sideways?

Many thanks,

GW


Re: qf boosts with MoreLikeThis query parser

2016-07-31 Thread Ere Maijala

Hi All,

I, too, would like to know the answer to these questions. I saw a 
similar question by Nikaash Puri on 22 June with subject "help with 
moreLikeThis" go unanswered. Any insight?


Regards,
Ere

11.7.2016, 18.32, Demian Katz kirjoitti:

Hello,

I am currently using field-specific boosts in the qf setting of the 
MoreLikeThis request handler:

https://github.com/vufind-org/vufind/blob/master/solr/vufind/biblio/conf/solrconfig.xml#L410

I would like to accomplish the same effect using the MoreLikeThis query parser, 
so that I can take advantage of such benefits as sharding support.

I am currently using Solr 5.5.0, and in spite of trying many syntactical 
variations, I can't seem to get it to work. Some discussion on this JIRA ticket 
seems to suggest there may have been some problems caused by parsing 
limitations:

https://issues.apache.org/jira/browse/SOLR-7143

However, I think my work on this ticket should have eliminated those 
limitations:

https://issues.apache.org/jira/browse/SOLR-2798

Anyway, this brings up a few questions:


1.)Is field-specific boosting in qf supported by the MLT query parser, and 
if so, what syntax should I use?

2.)If this functionality is supported, but not in v5.5.0, approximately 
when was it fixed?

3.)If the functionality is still not working, would it be worth my time to 
try to fix it, or is it being excluded for a specific reason?

Any and all insight is appreciated. Apologies if the answers are already out 
there somewhere, but I wasn't able to find them!

thanks,
Demian