Advanced JavaScript Notation

Forword The following javascript examples and notation demonstrate a few alternatives to well known methods for common tasks. Advanced Notation Tilde Operator The tilde operator ~ literally equates to -(n+1).  For example: Large Denary Numbers Large denary numbers can be represented in short hand notation using the e operator.  For Read more…

Quick Start Solr

Foreword The following is a quick start guide for gettting Solr configured, up and running in a few minutes.  All of my examples will be performed on CentOS Linux. Getting Started First things first, make sure you have Java installed and ready.  Next download a Solr release: http://www.apache.org/dyn/closer.cgi/lucene/solr/ Then extract Read more…