Configure synonyms in solr

Configure synonyms in solr

Solr provides the option to configure synonyms for use during both indexing and querying of textual data. Consider for example the words MB,mib,megabyte,megabytes , all these four variation may contain ur…

Read More
Solr dataimporthandler class not found exception

Solr dataimporthandler class not found exception

Error creating core [DataimportExample]: Error loading class ‘org.apache.solr.handler.dataimport.DataImportHandler’ org.apache.solr.common.SolrException: Error loading class ‘org.apache.solr.handler.dataimport.DataImportHandler’ when we index document from database and configure dataimport request handler at that time may people faced…

Read More
Spring Security with Hibernate example

Spring Security with Hibernate example

This article contains spring security with hibernate example with detail explanation and source code. Technology: Spring-MVC Spring Security Hibernate MySQL Maven Intellij Project Structure Dependency: <project xmlns=”http://maven.apache.org/POM/4.0.0″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd”>…

Read More
Spring Security csrf example

Spring Security csrf example

This article contains Spring Security CSRF Example for authentication using Spring Security. This article help you to solve Cross Site Request Forgery (CSRF) problem using spring security. As of Spring Security 4.0, CSRF…

Read More