Spring Boot Solr Example
1. Overview In this article, we will be going to discuss how to integrate Solr with spring boot. Spring boot started data Solr is the extension of spring data which used…
1. Overview In this article, we will be going to discuss how to integrate Solr with spring boot. Spring boot started data Solr is the extension of spring data which used…
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…
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…
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…
In our previous article we have described steps for securing solr. When we do it first time one of the most common people faced is java.security.NoSuchAlgorithm exception. Possible Root cause:…
Solr provides functionality to index/search documents based on case sensitive or case insensitive. In this article we will discuss how we can configure our schema to support case insensitive indexing/searching….
Queries can be used in query context, and filters can be used in filter context. When used in filtering context, the query is said to be a “non-scoring” or “filtering” query. That is,…
In previous two posts Compare two string fields and compare-two-date-fields we have discuss about comparing string and date fields. In this article we are going to discuss how we can check two numeric fields…