Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-24 Thread Troy Collinsworth
Thanks, that worked perfectly and is far simpler than extending DefaultSimilarity which I did last night. Hope this helps others who are trying to implement recommendation. The Solr in Action book gives a great start on recommendation, but lacks important details on collaborative filtering

Re: A Synonym Searching for Phrase?

2015-05-24 Thread Ryan Yacyshyn
Thanks all for your suggestions. What we've done in the end - and I'm not so sure why it works - is adding s-pass, spass, s pass to the synonyms.txt file rather than s-pass, spass = s pass. On Fri, 15 May 2015 at 16:02 Rajani Maski rajinima...@gmail.com wrote: Hi Ryan, I am not really

Re: A Synonym Searching for Phrase?

2015-05-24 Thread Gopal Patwa
you might have this filter in query analyzer, which can spit token s-pass https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-WordDelimiterFilter On Sun, May 24, 2015 at 5:36 AM, Ryan Yacyshyn ryan.yacys...@gmail.com wrote: Thanks all for your suggestions.

Re: SolrCloud 4.8 - Transaction log size over 1GB

2015-05-24 Thread Erick Erickson
Vincenzo: Here's perhaps more than you want to know about hard commits, soft commits and transaction logs: http://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Best, Erick On Sun, May 24, 2015 at 12:04 AM, Vincenzo D'Amore v.dam...@gmail.com wrote:

Re: Applying gzip compression in Solr 5.1

2015-05-24 Thread William Bell
OK I got mine to work with 4.10.4 and it also works on 5.1... mkdir war cp ../solr-4.10.4/example/webapps/solr.war . jar xvf solr.war cd WEB-INF vi web.xmlAdd this above the filter already there:filterfilter-nameGzipFilter/filter-name

Re: Applying gzip compression in Solr 5.1

2015-05-24 Thread Zheng Lin Edwin Yeo
Thanks for your reply. Do we still have to use back the solr.war file in Solr 5.1 in order to get the gzip working? Regards, Edwin On 25 May 2015 at 06:57, William Bell billnb...@gmail.com wrote: OK I got mine to work with 4.10.4 and it also works on 5.1... mkdir war cp

Running Solr 5.1.0 as a Service on Windows

2015-05-24 Thread Zheng Lin Edwin Yeo
Hi, Has anyone tried to run Solr 5.1.0 as a Microsoft Windows service? i've tried to follow the steps from this website http://www.norconex.com/how-to-run-solr5-as-a-service-on-windows/, which uses NSSM. However, when I tried to start the service from the Component Services in the Windows

Re: SolrCloud 4.8 - Transaction log size over 1GB

2015-05-24 Thread Vincenzo D'Amore
Thanks Shawn for your prompt support. Best regards, Vincenzo On Sun, May 24, 2015 at 6:45 AM, Shawn Heisey apa...@elyograg.org wrote: On 5/23/2015 9:41 PM, Vincenzo D'Amore wrote: Thanks Shawn, may be this is a silly question, but I looked around and didn't find an answer... Well,