Search Results for p:solr/s:email/l:user

Analyzing Enron with Solr, Spark, and Fusion

December 13, 2016 | Andrew C. Oliver

At Lucene/Solr Revolution this year I taught a course on using Big Data technologies with Apache Solr and by extension Lucidworks Fusion. As part of the course we ingested the Enron corpus as provided by Carnegie Mellon University. The corpus... Read More

Custom Security Filtering in Solr 5.x

May 15, 2015 | Erik Hatcher

A customer that had implemented custom security filtering in Solr 3.x, and then moved to 4.x, recently worked with us to port their filtering code to Solr 5.x.  Lucene was overhauled in 5.x (see LUCENE-5666 for the gory details) such that uninverted... Read More

Securing Solr: Tips and Tricks You Really Need to Know

April 14, 2017 | Kevin Cowan

As of release 5.2, Solr comes out-of-the-box with both authentication and authorization APIs, allowing you to define users, roles and permissions, using the RuleBasedAuthorizationPlugin and the BasicAuthPlugin.  That's the good news.  The not-as-good-news is that these plug-ins, while powerful, are... Read More

Securing Solr With Basic Authentication

December 17, 2014 | Noble Paul

Examples and tutorial on the best ways to secure Solr with basic authentication. Read More

Quick Links