
Understanding Cyclomatic Complexity and its Importance in Code Analysis Metrics
Cyclomatic complexity in code is software metric used to indicate the complexity of the program. It is a quantitative measure of the number is linearly independent paths through programs source…
Read More

Faceted Search using Solr
Faceting:
Faceted search (also called faceted navigation, guided navigation, or parametric search) breaks up search results into multiple categories, typically showing counts for each category, and allows the user to “drill…
Read More

Enhancing Information Findability
Findability is about making information easier to find. Findability is what unlocks the value of content, and transforms content into knowledge. After all, what cannot be found, might…
Read More

Measuring Search Relevance using NDCG
Normalized Discounted Cumulative Gain (NDCG) is popular method for measuring the quality of a set of search results. It asserts the following:
Read More

Image metadata
Metadata may be written into a digital photo file that will identify owner of it,…
Read More

Spatial Search with Solr
In this article we will see how solr supports spatial search.
Spatial Search
Solr supports location data for use in spatial/geospatial searches. Using spatial search, you can:
Read More

ng-Cloak directives in AngularJS
Today I am going to share the interesting article about ng-Cloak directive….
Read More

Named Entity Recognition
Introduction: Named Entity Recognition (NER) is a subtask of information extraction. It is a process of classifying elements in text into pre-defined categories. These categories include the names of persons, organizations,…Read More
--Its-Usage-Read-Blog-3-Aug-DigitalThoughts.jpg)
Introduction to SVG Part - 1
SVG Elements
Introduction
SVG is short for Scalable Vector Graphics. It is a graphic format in which the shapes are specified in XML. The XML is then rendered by an SVG viewer.…
Read More

LIRE: Lucene Image Retrieval
LIRE is a Java library that provides a simple way to retrieve images based on…