Solrj Client Basic Authentication Example
In our previous article Setup Basic Auth plugin we have discussed about how to enable solr base authentication plugin.In this article we will discuss how to access basic authentication enable solr…
In our previous article Setup Basic Auth plugin we have discussed about how to enable solr base authentication plugin.In this article we will discuss how to access basic authentication enable solr…
Solr support Basic authentication for users with the use of the BasicAuthPlugin.An authorization plugin is also available to configure Solr with permissions to perform various activities in the system. In…
The scala is very popular language now days specially while work with java bigdata technology. Here is example o Spring boot scala example code with details, Here we have used…
In our previous two articles Securing Single Node Solr and Securing Solr Cluster we have discussed about how to enable ssl on solr node.In this article we will discuss how to accees SSL enable…
Table of Contents1. Overview2. Example:2.1 pom.xml2.2 application.properties2.3 Output:3. References 1. Overview Spring boot provides endpoints to provide metadata about spring boot application which is very useful to track application in…
While run any application in JVM, JVM will take system default time zone. For example production server is running under PST timezone and spring boot application will start then application…
Table of Contents1. Overviewapplication.properties2. Example:2.1 pom.xml2.1 application.properties2.2 CompressDemoController2.3 SpringBootConfig2.4 Output4. References 1. Overview Spring boot response compress or gzip can be enabled using server.compression.enabled in application.properties file, It will be supported…
Table of Contents1. Overview2. Example2.1 pom.xml2.2 404.html2.3 500.html2.4 ErrorPageController2.5 SpringBootConfig2.6 Output:3. References4. Source Code 1. Overview During web application development, Resource playing important roles so many times those resources may…
Securing solr cluster is important as much as any e-commerce websites or banking website because user query or request should not decrypt by hacker to protect confidential information.In this article…
Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP. It means all communications between your browser and the website are encrypted. Securing solr is important as much…