jayant7k.blogspot.com
Whatever....: February 2014
http://jayant7k.blogspot.com/2014_02_01_archive.html
Monday, February 24, 2014. Win Free e-copies of Apache Solr PHP Integration. Readers would be pleased to know that I have teamed up with Packt Publishing to organize a giveaway of Apache Solr PHP Integration. And 3 lucky winners stand a chance to win e-copies of their new book. Keep reading to find out how you can be one of the Lucky Winners. 8226; Understand the tools that can be used to communicate between PHP and Solr, and how they work internally. All you need to do is head on over to the book page.
jayant7k.blogspot.com
Whatever....: A book every php developer should read
http://jayant7k.blogspot.com/2013/12/a-book-every-php-developer-should-read.html
Monday, December 23, 2013. A book every php developer should read. An open source library which is being very actively developed and had support for the latest features of Solr. But as the features of Solarium and Solr kept on increasing, php developers find it difficult to keep up to date with them. The book Apache Php Solr Integration. As a php developer, you may have some questions like. Why should i read this book? I know Solr. What additional does the book provide? Subscribe to: Post Comments (Atom).
jayant7k.blogspot.com
Whatever....
http://jayant7k.blogspot.com/2014/02/win-free-e-copies-of-apache-solr-php.html
Monday, February 24, 2014. Win Free e-copies of Apache Solr PHP Integration. Readers would be pleased to know that I have teamed up with Packt Publishing to organize a giveaway of Apache Solr PHP Integration. And 3 lucky winners stand a chance to win e-copies of their new book. Keep reading to find out how you can be one of the Lucky Winners. 8226; Understand the tools that can be used to communicate between PHP and Solr, and how they work internally. All you need to do is head on over to the book page.
jayant7k.blogspot.com
Whatever....: September 2014
http://jayant7k.blogspot.com/2014_09_01_archive.html
Tuesday, September 09, 2014. Gitlab hooks and disabling forced push. For people who do not know much about gitlab, it is a "github" equivalent with the possibility of deployment in a local network. Which means, that if your organization is not comfortable of pushing code to an external website like github, you can get all the features that github provides in your local environment. On an ubuntu installation, the file can be found in the following folder. As in the documents, the update file is found in.
jayant7k.blogspot.com
Whatever....: How bigpipe works
http://jayant7k.blogspot.com/2013/06/how-bigpipe-works.html
Wednesday, June 12, 2013. Bigpipe is a concept invented by facebook to help speed up page load times. It paralellizes browser rendering and server processing to achieve maximum efficiency. To understand bigpipe lets see how the a user request-response cycle is executed in the current scenario. Browser sends an HTTP request to web server. Web server parses the request, pulls data from storage tier then formulates an HTML document and sends it to the client in an HTTP response. Tags and a body with empty d...
jayant7k.blogspot.com
Whatever....: An interesting suggester in Solr
http://jayant7k.blogspot.com/2014/03/an-interesting-suggester-in-solr.html
Wednesday, March 19, 2014. An interesting suggester in Solr. Auto suggestion has evolved over time. Lucene has a number of implementations for type ahead suggestions. Existing suggesters generally find suggestions whose whole prefix matches the current user input. Recently a new AnalyzingInfixSuggester. Has been developed which finds matches of tokens anywhere in the user input and in the suggestion. Here is how the implementation looks. SearchComponent name="suggest" class="solr.SuggestComponent". Also ...
jayant7k.blogspot.com
Whatever....: Step by Step setting up solr cloud
http://jayant7k.blogspot.com/2013/06/step-by-step-setting-up-solr-cloud.html
Saturday, June 15, 2013. Step by Step setting up solr cloud. Here is a quick step by step instruction for setting up solr cloud on few machines. We will be setting up solr cloud to match production environment - that is - there will be separate setup for zookeeper and solr will be sitting inside tomcat instead of the default jetty. We will be setting up solr cloud on 3 machines. Please make the following entries in /etc/host file on all machines. Lets setup the zookeeper cloud on 2 machines. Root@solr1$ ...
jayant7k.blogspot.com
Whatever....: August 2013
http://jayant7k.blogspot.com/2013_08_01_archive.html
Saturday, August 31, 2013. Mongodb is fast and for medium to large setup, it just works out of the box. But for setups which are bigger than large, you may run into a situation where the number of connections max out. So for extra large setups, let us look at how to increase the number of connections in a mongodb server. To change file descriptors system wide, change or add the following line to your /etc/sysctl.conf. By default the mongodb configuration file mostly mongodb.conf does not specify the ...
jayant7k.blogspot.com
Whatever....: December 2013
http://jayant7k.blogspot.com/2013_12_01_archive.html
Monday, December 23, 2013. A book every php developer should read. An open source library which is being very actively developed and had support for the latest features of Solr. But as the features of Solarium and Solr kept on increasing, php developers find it difficult to keep up to date with them. The book Apache Php Solr Integration. As a php developer, you may have some questions like. Why should i read this book? I know Solr. What additional does the book provide? Links to this post. FEEDJIT Live T...
jayant7k.blogspot.com
Whatever....: May 2013
http://jayant7k.blogspot.com/2013_05_01_archive.html
Friday, May 31, 2013. Database library to handle multiple masters and multiple slaves. In a large scale mysql deployment there could be multiple masters and multiple slaves. Masters are generally in circular replication. And are used for running all inserts, updates and deletes. Slaves are used to run selects. A list of existing scenarios :. 2 For all other Insert, Update and Delete operations, the user should be stuck to a single master. Why? 3 For all other selects, the query can be fired on any of the...
SOCIAL ENGAGEMENT