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

Working with the included examples


We have included a wide variety of sample integrations that you can run as you work through this chapter. The examples stored in ./examples/9/ of the downloadable ZIP file are as self-contained as we could make them. They are detailed in this chapter, and you shouldn't run into any problems making them work. Check the support section of the book website for any errata.

Inventory of examples

The following is a quick summary of the various examples of using Solr, available unless otherwise noted in ./examples/9/:

  • ajaxsolr: This is an example of building a fully featured Solr Search UI using just JavaScript.

  • php: This is a bare bones example of the PHP integration with Solr.

  • solr-php-client: This is a richer example of integrating Solr results into a PHP-based application.

  • Solritas: This a web search UI using the template files in /cores/mbtypes/conf/velocity.

  • jquery_autocomplete: This is an example of using the jQuery Autocomplete library to provide search...