Spring cache clear all cache

Spring cache clear all cache

1. Overview This article is about spring clear all cache or spring cache evict programmatically.  Spring internally create org.springframework.cache.CacheManager bean which help us to manage the cache. Here is an article on…

Read More
Solr Fuzzy Search Example

Solr Fuzzy Search Example

1. Overview Solr supports fuzzy search based on Damerau-Levenshtein Distance or Edit Distance algorithm. Fuzzy searches discover terms that are similar to a specified term without necessarily being an exact match…

Read More