Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Apache Solr 3 Enterprise Search Server (repost)

Posted By: interes
Apache Solr 3 Enterprise Search Server (repost)

David Smiley, Eric Pugh, "Apache Solr 3 Enterprise Search Server"
English | ISBN: 1849516065 | November 10, 2011 | PDF | 418 pages | 5 MB

If you are a developer building an app today then you know how important a good search experience is. Apache Solr, built on Apache Lucene, is a wildly popular open source enterprise search server that easily delivers powerful search and faceted navigation features that are elusive with databases. Solr supports complex search criteria, faceting, result highlighting, query-completion, query spell-check, relevancy tuning, and more.

Apache Solr 3 Enterprise Search Server 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 Solr with other languages and frameworks.

Through using a large set of metadata about artists, releases, and tracks courtesy of the MusicBrainz.org project, you will have a testing ground for Solr, and will learn how to import this data in various ways. You will then learn how to search this data in different ways, including Solr’s rich query syntax and “boosting” match scores based on record data.
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.

What you will learn from this book :

Design a schema to include text indexing details like tokenization, stemming, and synonyms
Import data using various formats like CSV, XML, and from databases, and extract text from common document formats
Search using Solr’s rich query syntax, perform geospatial searches, and influence relevancy order
Enhance search results with faceting, query spell-checking, auto-completing queries, highlighted search results, and more
Integrate a host of technologies with Solr from the server side to client-side JavaScript, to frameworks like Drupal
Scale Solr by learning how to tune it and how to use replication and sharding

Approach
The book is written as a reference guide. It includes fully working examples based on a real-world public data set.

Who this book is written for
This book is for developers who want to learn how to use Apache Solr in their applications. Only basic programming skills are needed.