Book Image

Apache Solr Enterprise Search Server - Third Edition

By : David Smiley, Eric Pugh, Kranti Parisa, Matt Mitchell
Book Image

Apache Solr Enterprise Search Server - Third Edition

By: David Smiley, Eric Pugh, Kranti Parisa, Matt Mitchell

Overview of this book

<p>Solr Apache is a widely popular open source enterprise search server that delivers powerful search and faceted navigation features—features that are elusive with databases. Solr supports complex search criteria, faceting, result highlighting, query-completion, query spell-checking, relevancy tuning, geospatial searches, and much more.</p> <p>This book is a comprehensive resource for just about everything Solr has to offer, and it will take you from first exposure to development and deployment in no time. Even if you wish to use Solr 5, you should find the information to be just as applicable due to Solr's high regard for backward compatibility. The book includes some useful information specific to Solr 5.</p>
Table of Contents (19 chapters)
Apache Solr Enterprise Search Server Third Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring Solr performance


Ensuring that Solr is meeting the SLA expectations for performance is the goal of monitoring. Solr provides both RESTful and JMX hooks to allow you to integrate Solr into your enterprise monitoring platform.

Note

Don't have your own monitoring platform? There are two offerings, available from New Relic (http://newrelic.com) and Sematext (http://sematext.com/spm/) that provide a comprehensive monitoring solution. Both are cloud based (SaaS) and communicate via a small agent installed into Solr that provides a wealth of statistics and analysis about the JVM, as well as Solr specific metrics such as request response time and throughput, cache hit rate, and indexing performance.

Stats Admin interface

From the admin interface, when you click on the Plugins / Stats link, you get a list of all the plugins for Solr, and can drill down by plugin and get detailed information, including any custom components you develop! However, what isn't immediately obvious is that this information...