Spring boot change port

Spring boot change port

Table of Contents1. Overview2. Spring boot change port ways2.1 Spring Boot change port using application.propertiesapplication.propertiesapplication.yml2.2 Spring Boot change port using  EmbeddedServletContainerCustomizer2.3 Change port using Command line:3. References 1. Overview This…

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…

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…