Book Image

Solr Cookbook - Third Edition

By : Rafal Kuc
Book Image

Solr Cookbook - Third Edition

By: Rafal Kuc

Overview of this book

Table of Contents (18 chapters)
Solr Cookbook Third Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Solr is a great piece of software; it is mature and stable, but even in some situations, things can break. We can run into memory issues limited to the number of files to be handled that Solr can use or hardware can fail leading to index corruption. That's normal and we need to be prepared for such situations or at least know how to deal with them.

In this chapter, we will take a look at some common problems that you might encounter during your everyday work with Solr and I will try to show you a quick win—simple ways to handle such situations.