Securing Solr – Setup Basic Authentication
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…
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…
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…
In Previous Post we have discussed about comparing two string fields. In this article we will discuss about comparing two date fields. To compare two date fields value we will use below…
Comparing two string fields value in Solr is not an straight forward task. Solr does not provide any direct functionality to compare two string fields.In this article we will discuss…
Solr support many languages where user can indexing/searching their documents.In this article we will discuss how indexing/searching done in one of the most popular language in india which is also…