Getting Started with Docker
According to the Docker's website, "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."
Read More
According to the Docker's website, "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."
Read More
Tesseract is probably the most accurate open source OCR engine available and with Apache Tika 1.7 you can now use the awesome Tesseract OCR parser within Tika!
Read More
Ontology :
An ontology formally defines a common set of terms that are used to describe and represent a domain. An ontology is domain specific, and it is used to describe and represent an area of knowledge. It contains...
Read More
One of the lesser known but cool features of ReplicationHandler is the support it provides for index backup. You must have used ReplicationHandler in your project for replicating index from master to slave instances....
Read More
If you have multiple clients updating documents, it's really critical to ensure that the newer version of the document is never overwritten by the older version. To address this problem, what you need is concurrency...
Read More