Friday, 9 August 2013

Apache Issue When Restart

Solution for: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting .apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName Sometimes while...

Thursday, 8 August 2013

Implementation Of Elastic Search

In this article, sharing how to use elastic search for our code. Going to begin by considering examples. So before going to search anything lets populate some data by using indexing, meaning the "Create" of CRUD, or rather, "indexing". Going to use curl to index data,...

Tuesday, 6 August 2013

ElasticSearch Installation

Installation Of Elastic Search Elastic search is real time distributed search engine. Its very fabulous to use elastic search for projects instead of creating own search strategies.  So here are the steps to install elastic search: Download debian package of elastic...