A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 409

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 409
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 413

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 413
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

T/DG Blog - Digital Thoughts
Understanding Cyclomatic Complexity and its Importance in Code Analysis Metrics

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

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

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

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:


Very relevant results are more useful than somewhat relevant…

Read More

Image metadata

Image metadata

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

Read More

Spatial Search with Solr

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:


Index points or other…

Read More

ng-Cloak directives in AngularJS

ng-Cloak directives in AngularJS

Today  I am going to share the interesting article about ng-Cloak directive….

Read More

Named Entity Recognition

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

Introduction to SVG Part - 1

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: Lucene Image Retrieval

LIRE is a Java library that provides a simple way to retrieve images based on…

Read More