Book Image

Administrating Solr

By : Surendra Mohan
Book Image

Administrating Solr

By: Surendra Mohan

Overview of this book

Implementing different search engines on web products is a mandate these days. Apache Solr is a robust search engine, but simply implementing Apache Solr and forgetting about it is not a good idea, especially when you have to fight for the search ranking of your web product. In such a scenario, you need to keep monitoring, administrating, and optimizing your Solr to retain your ranking. "Administrating Solr" is a practical, hands-on guide. This book will provide you with a number of clear, step-by-step exercises and some advanced concepts which will help you administrate, monitor, and optimize Solr using Drupal and associated scripts. Administrating Solr will also provide you with a solid grounding on how you can use Apache Solr with Drupal. "Administrating Solr" starts with an overview of Apache Solr and the installation process to get you familiar with Solr. It then gradually moves on to discuss the mysteries that make Solr flexible enough to render appropriate search results in different scenarios. This book will take you through clear and practical concepts that will help you monitor, administrate, and optimize your Solr appropriately using both scripts and tools. This book will also teach you ways to query your search and methods to keep your Solr healthy and well maintained. With this book, you will learn how to effectively implement and optimize Solr using Drupal.
Table of Contents (12 chapters)

Business rules


You might come across situations wherein your customer who is running an e-store consisting of different types of products such as jewelry, electronic gazettes, and automotive products defines a business need which is flexible enough to cope with changes in the search results based on the search keyword.

For instance, imagine a customer's requirement wherein you need to add facets such as Brand, Model, Lens, Zoom, Flash, Dimension, Display, Battery, and Price, whenever the user searches for "Camera" keyword. So far the requirement is easy and can be achieved in a simpler way. Now, let us add some complexity in our requirement wherein facets such as Year, Make, Model, VIN, Mileage, and Price should get automatically added when the user searches for a keyword "Bike". Worried about how to overrule such a complex requirement? This is where business rules come into play. There is n-number of rule engines (both proprietary and open source) in the market such as Drools and JRules...