Apache Solr is a "popular, blazing-fast, open source enterprise search platform." This tutorial takes you from never having heard of Apache Solr to having a working search engine. The focus will be on configuring, indexing, and querying. Proper and effective installation of Solr is outside the scope of this course hence we will use Docker to get started quickly. Prior to attending the tutorial, you should install Docker (https://www.docker.com/community-edition) and run the command `docker pull byuhbll/solr` . This command will cache the BYU Library's Solr image, which is ready to run SolrCloud in a single node. [321]

Comments

Comments are closed.