Solr 1.4 Enterprise Search Server
Formats:
save 15%!
save 37%!
Free Shipping!
| Also available on: |
|
- Deploy, embed, and integrate Solr with a host of programming languages
- Implement faceting in e-commerce and other sites to summarize and navigate the results of a text search
- Enhance your search by highlighting search results, offering spell-corrections, auto-suggest, finding “similar” records, boosting records and fields for scoring, phonetic matching
- Informative and practical approach to development with fully working examples of integrating a variety of technologies
- Written and tested for Solr 1.4 pre-release 2009.08
Book Details
Language : EnglishPaperback : 336 pages [ 235mm x 191mm ]
Release Date : August 2009
ISBN : 1847195881
ISBN 13 : 9781847195883
Author(s) : David Smiley, Eric Pugh
Topics and Technologies : All Books, Open Source
Back to BOOK PAGE
Table of Contents
Preface
Chapter 1: Quick Starting Solr
Chapter 2: Schema and Text Analysis
Chapter 3: Indexing Data
Chapter 4: Basic Searching
Chapter 5: Enhanced Searching
Chapter 6: Search Components
Chapter 7: Deployment
Chapter 8: Integrating Solr
Chapter 9: Scaling Solr
Index
Back to BOOK PAGE
David Smiley
Eric Pugh
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 3 submitted: last submission 24 May 2013Errata type: Code | Page number: 25 | Errata date: 13 May 11
take a peak at the request handlers
should be:
take a peek at the request handlers
Errata type: Code | Page number: 151 |
Note that after URL encoding, + becomes %3B
should be:
Note that after URL encoding, + becomes %2B
Errata type: Typo | Page number: 53 |
The headline must be WordDelimiterFilterFactory instead of WorkDeliminiterFilterFactory
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
- Blend structured data with real search features
- Import CSV formatted data, XML, common document formats, and from databases
- Deploy Solr and provide reference to Solr's query syntax from the basics to range queries
- Enhance search results with spell-checking, auto-completing queries, highlighting search results, and more.
- Secure Solr
- Integrate a host of technologies with Solr from the server side to client-side JavaScript, to frameworks like Drupal
- Scale Solr using replication, distributed searches, and tuning
If you are a developer building a high-traffic web site, you need to have a terrific search engine. Sites like Netflix.com and Zappos.com employ Solr, an open source enterprise search server, which uses and extends the Lucene search library. This is the first book in the market on Solr and it will show you how to optimize your web site for high volume web traffic with full-text search capabilities along with loads of customization options. So, let your users gain a terrific search experience.
This book is a comprehensive reference guide for every feature Solr has to offer. It serves the reader right from initiation to development to deployment. It also comes with complete running examples to demonstrate its use and show how to integrate it with other languages and frameworks.
This book first gives you a quick overview of Solr, and then gradually takes you from basic to advanced features that enhance your search. It starts off by discussing Solr and helping you understand how it fits into your architecture—where all databases and document/web crawlers fall short, and Solr shines. The main part of the book is a thorough exploration of nearly every feature that Solr offers. To keep this interesting and realistic, we use a large open source set of metadata about artists, releases, and tracks courtesy of the MusicBrainz.org project. Using this data as a testing ground for Solr, you will learn how to import this data in various ways from CSV to XML to database access. You will then learn how to search this data in a myriad of ways, including Solr's rich query syntax, "boosting" match scores based on record data and other means, about searching across multiple fields with different boosts, getting facets on the results, auto-complete user queries, spell-correcting searches, highlighting queried text in search results, and so on.
After this thorough tour, we'll demonstrate working examples of integrating a variety of technologies with Solr such as Java, JavaScript, Drupal, Ruby, XSLT, PHP, and Python.
Finally, we'll cover various deployment considerations to include indexing strategies and performance-oriented configuration that will enable you to scale Solr to meet the needs of a high-volume site.
A practical reference guide to all features in Solr with complete guidance on how to use this incredibly powerful tool effectively
The book takes a tutorial approach with fully working examples. It will show you how to implement a Solr-based search engine on your intranet or web site.
This book is for developers who would like to use Solr for their applications. You only need to have basic programming skills to use Solr. Knowledge of Lucene is certainly a bonus.

