Re: Document boost in Solr

2015-11-15 Thread Andrea Open Source
Hi Aditya, Looking at the explanation seems that you have a 50.0 boost applied on your PRODUCT_TITLE field, 1.5 applied to your PRODUCT_CONTENT field and then you have a phrase query with slop 10 and boost 50 on title and boost 1.5 on content. In your question you talk about using "rank" as docu

Re: Boost query at search time according set of roles with least performance impact

2015-11-13 Thread Andrea Open Source
Hi Alessandro, Thanks for answering. Unfortunately bq is not enough as I have several roles that I need to score in different ways. I was thinking of building a custom function that reads the weights of the roles from solr config and applies them at runtime. I am a bit concerned about performanc

Re: How to disable the admin interface

2015-10-04 Thread Andrea Open Source
Hi, As Shawn is saying, disabling the Admin interface is not the right way to go. If you just disable the admin interface users could still run queries and you don't want that. The solution that you're looking for, is enabling the ssh authentication so only the users with the right certificate c