Re: Index optimize runs in background.

2015-05-24 Thread Modassar Ather
Thanks everybody for your replies. I have noticed the optimization running in background every time I indexed. This is 5 node cluster with solr-5.1.0 and uses the CloudSolrClient. Kindly share your findings on this issue. Our index has almost 100M documents running on SolrCloud. We have been opti

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 Contro

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 wrote: > 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

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 already there:GzipFilter org.eclipse.jetty.servlets.GzipFilter mimeTypes application/xml,applica

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 wrote: > Thanks all for your suggestions. > > What we've done i

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 wrote: > Thanks Shawn for your

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 impleme

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 wrote: > Hi Ryan, > > I am not really sure whether thi

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 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, could I upd