blob: 45ea09fd7c0e9314530d2d8d49d87ad1f80d59a1 [file] [log] [blame]
<!doctype html>
<html>
<head>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE- 2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/theme/css/lib/foundation/normalize.css?v=4dd59757" />
<link rel="stylesheet" href="/theme/css/lib/foundation/foundation.min.css?v=4dd59757"/>
<link rel="stylesheet" href="/theme/css/lib/foundation/foundation-icons.css?v=4dd59757"/>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
<link rel="stylesheet" href="/theme/css/base.css?v=4dd59757" />
<meta name="Distribution" content="Global"/>
<meta name="Robots" content="index,follow"/>
<script src="/theme/javascript/lib/jquery-2.1.1.min.js"></script>
<script src="/theme/javascript/lib/foundation/modernizr.js?v=4dd59757"></script>
<script src="/theme/javascript/lib/angularjs/angular.min.js?v=4dd59757"></script>
<script src="/theme/javascript/lib/angularjs/angular-animate.min.js?v=4dd59757"></script>
<script src="/theme/javascript/lib/foundation/foundation.min.js?v=4dd59757"></script>
<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/></script>
<script src="/theme/javascript/lib/jquery.smooth-scroll.min.js?v=4dd59757"></script>
<script src="/theme/javascript/main.js?v=4dd59757"></script>
<script src="https://www.apachecon.com/event-images/snippet.js"></script> <title>Resources - Apache Solr</title>
<meta name="keywords"
content="apache, apache lucene, apache solr, solr, lucene,
search, information retrieval, spell checking, faceting, inverted index, open source"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://solr.apache.org/resources.html"/>
<meta property="og:title" content="Resources"/>
<meta property="og:description" content="Tutorials Solr Quick Start Solr on Docker Solr on Kubernetes Users who have completed the tutorial are encouraged to review the other..."/>
<meta property="og:image" content="https://solr.apache.org/theme/images/solr_og_image.png?v=4dd59757"/>
<meta property="og:image:secure_url" content="https://solr.apache.org/theme/solr/solr_og_image.png?v=4dd59757"/>
<link rel="icon" href="/theme/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/theme/images/favicon.ico" type="image/x-icon">
</head>
<body class="page " x-ng-app="page" x-ng-controller="page.controllers.main">
<div class="contain-to-grid">
<div class="header-section">
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<a href="/"><img class="logo" src="/theme/images/logo.svg" /></a>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<div class="top-bar-section">
<ul class="navigation right">
<li>
<a href="/blog.html">Blog</a>
</li>
<li>
<a href="/news.html">News</a>
</li>
<li>
<a href="/security.html">Security</a>
</li>
<li>
<a href="/features.html">Features</a>
</li>
<li>
<a href="/resources.html">Resources</a>
</li>
<li>
<a href="/community.html">Community</a>
</li>
<li>
<a href="/whoweare.html">Project</a>
</li>
<li>
<a href="/operator/">Solr Operator</a>
</li>
<!-- TODO Search not working as of feb 2021, disabling
<li class="toggle">
<a ng-hide="toggled" ng-click="toggle();" href="#">Search</a>
<div id="search">
<form id="quick-search" method="GET" action="https://sematext.com/opensee/solr" name="searchform">
<fieldset>
<div ng-show="toggled" class="search-box ng-hide">
<input type="search" name="q" placeholder="Search..." accesskey="q"/>
<a class="search-button" type="submit" onclick="this.closest('form').submit();return false;"><img src="/theme/images/magnifying-glass.png"/></a>
</div>
</fieldset>
</form> </div>
</li>
-->
<li>
<a class="btn" href="/downloads.html">Download</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="header-fill"></div>
<div class="container">
<div class="row">
<div class="small-12 text-center columns">
<h1>Resources<br/>
<small>Find everything you need about Solr<sup>&trade;</sup> here.</small></h1>
</div>
</div>
<div class="sub-nav-container">
<div class="row sub-nav-border anchor-top">
<div class="small-12 text-center columns">
<dl class="sub-nav">
<dd><a data-scroll href="#tutorials">Tutorials</a></dd>
<dd><a data-scroll href="#documentation">Docs</a></dd>
<dd><a data-scroll href="#helm-charts">Helm Charts</a></dd>
<dd><a data-scroll href="#solr-books">Books</a></dd>
<dd><a data-scroll href="#presentations">Presentations</a></dd>
<dd><a data-scroll href="#videos">Videos</a></dd>
</dl>
</div>
</div>
</div>
<div class="row">
<h2 id="tutorials">Tutorials</h2>
<ul>
<li>
<p><a href="/guide/solr-tutorial.html">Solr Quick Start</a></p>
</li>
<li>
<p><a href="https://github.com/docker-solr/docker-solr#getting-started-with-the-docker-image">Solr on Docker</a></p>
</li>
<li>
<p><a href="/operator/resources.html#tutorials">Solr on Kubernetes</a></p>
</li>
</ul>
<!--
* More to come: Ideas include "Solr in a Day", "Solr and JSON", "Solr and CSV", "Solr and XML"
-->
<p>Users who have completed the tutorial are encouraged to review the <a href="#documentation">other documentation available</a>.</p>
<hr>
<h2 id="documentation">Documentation</h2>
<h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
<ul>
<li>
<p><a href="/guide">Solr Reference Guide</a></p>
</li>
<li>
<p><a href="http://bit.ly/32srTpA">Visual Guide to Streaming Expressions and Math Expressions</a></p>
</li>
</ul>
<h3 class="offset" id="javadocs">Solr Javadocs</h3>
<p>Solr generates JavaDocs for all included code in each release.
Copies of this documentation for every release can be found online:</p>
<ul>
<li><a href="/api/index.html">Latest Release</a></li>
</ul>
<h3 class="offset" id="additional-documentation">Additional Documentation</h3>
<p>Additional documentation can be found on the <a href="https://cwiki.apache.org/confluence/display/solr">Solr Community Wiki</a> or the various <a href="#solr-books">books published about Solr</a>.</p>
<hr>
<h2 id="helm-charts">Helm Charts</h2>
<p>If you want to run Solr on Kubernetes, the easiest way to get started is via installing the Helm charts below.</p>
<ul>
<li><strong><a href="/operator">Solr Operator</a></strong> - A management layer that runs independently in Kubernetes. Only deploy 1 per Kubernetes cluster or namespace.</li>
<li><strong>Solr</strong> - A SolrCloud cluster. In order to deploy this Helm chart successfully, you must first install the Solr Operator and Solr CRDs. Follow the instructions on the ArtifactHub page below.</li>
</ul>
<div style="display:flex; justify-content: space-evenly; flex-wrap: wrap">
<div class="artifacthub-widget" data-url="https://artifacthub.io/packages/helm/apache-solr/solr-operator" data-theme="light" data-header="false" data-responsive="true" style="flex-basis:0"></div><script async src="https://artifacthub.io/artifacthub-widget.js"></script>
<div class="artifacthub-widget" data-url="https://artifacthub.io/packages/helm/apache-solr/solr" data-theme="light" data-header="false" data-responsive="true" style="flex-basis:0"></div><script async src="https://artifacthub.io/artifacthub-widget.js"></script>
</div>
<hr>
<h2 id="solr-books">Solr Books</h2>
<p>If you have a Solr book that you would like to see listed here, please <a href="/editing-website.html">edit this website and submit a Pull Request</a>.</p>
<h3 class="offset" id="book-relevant-search">Relevant Search</h3>
<p>Doug Turnbull, John Berryman and Manning Publications are proud to announce <em>Relevant Search</em>.</p>
<p>This book demystifies relevance work and shows you that a search engine is a programmable relevance framework. You'll learn how to apply Elasticsearch or Solr to your business' unique ranking problems. The book demonstrates how to program relevance and how to incorporate secondary data sources, taxonomies, text analytics, and personalization. By the end, you’ll be able to achieve a virtuous cycle of provable, measurable relevance improvements over a search product’s lifetime.</p>
<p><a href="https://www.manning.com/books/relevant-search">Buy here</a> (Use code <strong>relsepc</strong> for 40% discount)</p>
<hr>
<h3 class="offset" id="book-asess-3ed">Apache Solr Enterprise Search Server, 3rd Edition</h3>
<p><a href="https://www.linkedin.com/in/davidwsmiley">David Smiley</a>, <a href="https://www.linkedin.com/in/epugh">Eric Pugh</a>, <a href="https://www.linkedin.com/in/krantiparisa">Kranti Parisa</a>, and <a href="https://www.linkedin.com/in/mattmitchell4">Matt Mitchell</a> are proud to <em>finally</em> announce the book “<a href="http://www.solrenterprisesearchserver.com">Apache Solr Enterprise Search Server, Third Edition</a>” by <a href="https://www.packtpub.com/">Packt Publishing</a>. You can find links to buy it at Packt’s site &amp; Amazon from our book’s official website: <a href="http://www.solrenterprisesearchserver.com">solrenterprisesearchserver.com</a>. You'll find a useful search parameter quick-reference sheet (the appendix) online there too.</p>
<p><a href="http://www.solrenterprisesearchserver.com"><img alt="Apache Solr Enterprise Search Server, Third Edition (cover)" class="float-right" src="/images/solr/book_asess_3ed.jpg"></a>
<strong>Apache Solr Enterprise Search Server, Third Edition</strong> is a comprehensive resource to almost everything 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 — even Hadoop.</p>
<p>By using a large set of metadata, including 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.</p>
<p>Solr 4 was Solr's biggest release ever. We updated the previous edition to cover Solr 4, and some of Solr 5 -- particularly the part of Solr 5 that needs to be covered most, the bin/solr script. Chapter 9, Integrating Solr, now covers Hadoop integration, and better covers SolrJ. Chapter 3, Text Analysis, introduces various approaches for implementing Multilingual Search in your applications. And we think you'll appreciate the enhanced coverage of the topic of query auto-suggesters (AKA query completion) in Chapter 8, Search Components -- a feature that is important to most search applications. This edition has two additional authors, Kranti &amp; Matt, who add their perspectives based on their experience working with Solr for a long time.</p>
<p><a href="http://www.solrenterprisesearchserver.com">Buy here</a></p>
<hr>
<h3 class="offset" id="book-scaling-big-data-hadoop-solr-II">Scaling Big Data with Hadoop and Solr - Second Edition</h3>
<p><a href="https://www.linkedin.com/in/hrishik/">Hrishikesh Karambelkar</a> is proud to announce the book "<a href="https://www.packtpub.com/big-data-and-business-intelligence/scaling-big-data-hadoop-and-solr-second-edition">Scaling Big Data with Hadoop and Solr - Second Edition</a>" by <a href="https://www.packtpub.com/">Packt Publishing</a>. This book will help the readers understand, design, build, and optimize their big data search engine with Hadoop and Apache Solr.</p>
<p><a href="https://www.packtpub.com/big-data-and-business-intelligence/scaling-big-data-hadoop-and-solr-second-edition"><img alt="Scaling Big Data with Hadoop and Solr - Second Edition (cover)" class="float-right" src="/images/solr/book_scaling_big_data_hadoop_solr_II.jpg"></a>
<strong>Scaling Big Data with Hadoop and Solr - Second Edition</strong> is aimed at developers, designers, and architects who would like to build big data enterprise search solutions for their customers or organizations. It explores the different approaches to making Solr work on big data ecosystems apart from Apache Hadoop.</p>
<p>A practical guide that covers interesting, real-life cases for big data search along with sample code targetted to help the readers to improve search performance while working with big data.</p>
<p>Click <a href="https://www.packtpub.com/big-data-and-business-intelligence/scaling-big-data-hadoop-and-solr-second-edition">here</a> to read more about the Scaling Big Data with Hadoop and Solr - Second Edition</p>
<hr>
<h3 class="offset" id="book-solr-search-patterns">Apache Solr Search Patterns</h3>
<p><a href="https://www.linkedin.com/in/jayantkumar">Jayant Kumar</a> is proud to announce the book "<a href="http://bit.ly/1J2neZ9">Apache Solr Search Patterns</a>" by <a href="https://www.packtpub.com/">Packt Publishing</a>. This book is for developers who have prior knowledge on Solr and are looking at procuring advanced strategies for improving their search using Solr. Also, if you work with analytics to generate graphs and reports using Solr and you are a search architect who is looking forward to scale your search using Solr, then this book is a perfect guide for you.</p>
<p><a href="http://bit.ly/1J2neZ9"><img alt="Apache Solr Search Patterns (cover)" class="float-right" src="/images/solr/book_solr_search_patterns.jpg"></a>
<strong>Apache Solr Search Patterns</strong> begins with a brief introduction of analyzers and tokenizers to understand the challenges associated with implementing large-scale indexing and multilingual search functionality. It then moves on to working with custom queries and understanding how filters work internally. While doing so, it also helps the readers create their own query language or Solr plugin that does proximity searches.</p>
<p>Furthermore, the book discusses how Solr can be used for real-time analytics and tackle problems faced during its implementation in e-commerce search. It then dives into the spatial features such as indexing strategies and search/filtering strategies for a spatial search. And also do an in-depth analysis of problems faced in an ad serving platform and how Solr can be used to solve these problems.</p>
<p>Click <a href="http://bit.ly/1J2neZ9">here</a> to read more about the Apache Solr Search Patterns</p>
<hr>
<h3 class="offset" id="book-solr-cookbook-3ed">Solr Cookbook - Third Edition</h3>
<p><a href="https://pl.linkedin.com/in/rafalkuc">Rafał Kuć</a> is proud to <em>finally</em> announce the book "<a href="http://bit.ly/1Q2AGS8">Solr Cookbook - Third Edition</a>" by <a href="https://www.packtpub.com/">Packt Publishing</a>. This edition will specifically appeal to developers who wish to quickly get to grips with the changes and new features of Apache Solr 5.</p>
<p><a href="http://bit.ly/1Q2AGS8"><img alt="Solr Cookbook - Third Edition (cover)" class="float-right" src="/images/solr/book_solr_cookbook_3ed.jpg"></a>
<strong>Solr Cookbook - Third Edition</strong> has over 100 easy to follow recipes to solve real-time problems related to Apache Solr 4.x and 5.0 effectively. Starting with vital information on setting up Solr, the developer will quickly progress to analyzing their text data through querying and performance improvement. Finally, they will explore real-life situations, where Solr can be used to simplify daily collection handling.</p>
<p>With numerous practical chapters centered on important Solr techniques and methods <strong>Solr Cookbook - Third Edition</strong> will guide intermediate Solr Developers who are willing to learn and implement Pro-level practices, techniques, and solutions.</p>
<p>Click <a href="http://bit.ly/1Q2AGS8">here</a> to read more about the Solr Cookbook - Third Edition.</p>
<hr>
<h3 class="offset" id="mastering-apache-solr">Mastering Apache Solr</h3>
<p><a href="https://www.linkedin.com/in/mathieun">Mathieu Nayrolles</a> and Inkstall Publications are proud to announce their latest book — <a href="http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509">Mastering Apache Solr</a>. This book will empower you to provide a world-class search experience to your end users through the discovery of the powerful mechanisms presented in it.</p>
<p><a href="http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509" title="Mastering Apache Solr"><img alt="Mastering Apache Solr cover" class="float-right" src="/images/solr/book_mas.jpg"></a>
<strong>Mastering Apache Solr</strong> is a short, focused, practical, hands-on guide containing crisp, relevant, systematically arranged, progressive chapters. These chapters contain a wealth of information presented in a direct and easy-to-understand manner. Highlighting Solr's supremacy over classical databases in full-text search, this book covers key technical concepts which will help you accelerate your progress in the Solr world.</p>
<p><strong>Mastering Apache Solr</strong> starts with an introduction to Apache Solr, its underlying technologies, the main differences between the classical database engines, and gradually moves to more advance topics such as boosting performance. In this book, we will look under the hood of a large number of topics and discuss answers to pertinent questions such as why denormalize data, how to import classical databases' data inside Apache Solr, how to serve Solr through five different web servers, how to optimize them to serve Solr even faster. An important and major topic covered in this book is Solr's querying mechanism, which will prove to be a strong ally in our journey through this book. We then look at boosting performance and deploying Solr using several servlet servers. Finally, we cover how to communicate with Solr using different programming languages, before deploying it in a cloud-based environment.</p>
<p><strong>Mastering Apache Solr</strong> is written lucidly and has a clear simple approach. From the first page to the last, the book remains practical and focuses on the most important topics used in the world of Apache Solr without neglecting important theoretical fundamentals that help you build a strong foundation.</p>
<p><a href="http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509">Buy here</a></p>
<hr>
<h3 class="offset" id="solr-in-action">Solr in Action</h3>
<p>Trey Grainger, Timothy Potter, and Manning Publications are proud to announce <a href="http://solrinaction.com">Solr in Action</a>, a comprehensive (638 pg.), example-driven guide covering through Solr 4.7.</p>
<p><a href="http://solrinaction.com" title="Manning: Solr in Action"><img alt="Solr in Action cover" class="float-right" src="/images/solr/book_sia.png"></a>
<strong>Solr in Action</strong> is an essential resource for implementing fast and scalable search using Apache Solr. It uses well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. With this book, you’ll gain a deep understanding of how to implement core Solr capabilities such as faceted navigation through search results, matched snippet highlighting, field collapsing and search results grouping, spell-checking, query autocomplete, querying by functions, and more. You’ll also see how to take Solr to the next level, with deep coverage of large-scale production use cases, sophisticated multilingual search, complex query operations, and advanced relevancy tuning strategies.</p>
<p><a href="http://solrinaction.com">Buy here</a></p>
<hr>
<h3 class="offset" id="einfuehrung-in-apache-solr">Einführung in Apache Solr</h3>
<p><a href="https://www.oreilly.com/library/view/einfuhrung-in-apache/9783955614249/" title="Einführung in Apache Solr"><img alt="Einführung in Apache Solr Cover" class="float-right" src="/images/solr/book-eias.jpg"></a></p>
<p>Markus Klose, Daniel Wrigley and O’Reilly are proud to present the first book on Apache Solr in German.</p>
<p><a href="https://www.oreilly.com/library/view/einfuhrung-in-apache/9783955614249/">Einführung in Apache Solr</a> offers a substantiated and practice-oriented introduction into the search technology Apache Solr. The sample configurations, instructions, tips and pitfalls from the practice of the authors enable the reader to get a quick insight to this search technology. The book provides the necessary knowledge and tools to implement custom search solutions with Apache Solr, covering the following topics:</p>
<ul>
<li><b>Quick start guide</b>: Start Apache Solr after download and execute your first search.</li>
<li><b>Index configuration</b>: Learn how to configure the schema.xml and the analysis process to improve search quality.</li>
<li><b>Features out-of-the-box</b>: Use all build-in features like faceting, auto suggest or spellcheck and integrate them into a search user interface.</li>
<li><b>Scoring and relevance</b>: Learn how to influence the scoring mechanism to bias the quantity and quality of your hitlist.</li>
<li><b>Solr architectures</b>: Read about the options scaling Apache Solr. Set up your own Solr Cluster as Master/Slave or SolrCloud architecture.</li>
</ul>
<p><a href="https://www.oreilly.com/library/view/einfuhrung-in-apache/9783955614249/">Buy here</a></p>
<hr>
<h3 class="offset" id="instant-apache-solr-for-indexing-data-how-to">Instant Apache Solr for Indexing Data How-to</h3>
<p><a href="https://www.amazon.com/Instant-Apache-Solr-Indexing-Data/dp/1782164847" title="Packt: Instant Apache Solr for Indexing Data How-to"><img alt="Instant Apache Solr for Indexing Data How-to - cover" class="float-right" src="/images/solr/book_s4index.jpg"></a>
Alexandre Rafalovitch and Packt Publishing are proud to announce <a href="https://www.amazon.com/Instant-Apache-Solr-Indexing-Data/dp/1782164847">Instant Apache Solr for Indexing Data How-to</a> - an example-driven guide that will take you on a journey from the basic collection of data to a multi-lingual, multi-field, multi-type schema.</p>
<p>Content and data searching is a very important part of the modern user experience, and before something can be searched, it has to be indexed. Indexing is a hidden part of the process that has a surprisingly strong impact on the overall user experience. From speed, to faceting, to multilingual support, everything depends on correct indexing. <strong>Instant Apache Solr for Indexing Data How-to</strong> is a friendly, practical guide that will show you how to index your data with Solr 4.3.</p>
<p><a href="https://www.amazon.com/Instant-Apache-Solr-Indexing-Data/dp/1782164847">Buy here</a></p>
<hr>
<h3 class="offset" id="apache-solr-4-cookbook">Apache Solr 4 Cookbook</h3>
<p><a href="http://www.packtpub.com/apache-solr-4-cookbook/book" title="Packt: Apache Solr 4 Cookbook"><img alt="Apache Solr 4 Cookbook cover" class="float-right" src="/images/solr/book_s4c.jpg"></a>
Rafał Kuć and Packt Publishing are proud to announce the second edition of <a href="http://www.packtpub.com/apache-solr-4-cookbook/book">Apache Solr 4 Cookbook</a>. The Cookbook is newly updated and improved with new chapters on SolrCloud and every chapter updated to Solr 4.</p>
<p><strong>Apache Solr 4 Cookbook</strong> features over 100 recipes to make Apache Solr faster, more reliable, and return better results. It will show you how to get the most out of your search engine. Full of practical recipes and examples, this book will show you how to set up Apache Solr, tune and benchmark performance as well as index and analyze your data to provide better, more precise, and useful search data.</p>
<p>The book will make your search better, more accurate and faster with practical recipes on essential topics such as SolrCloud, querying data, search faceting, text and data analysis, and cache configuration.</p>
<p>With numerous practical chapters centered on important Solr techniques and methods, <strong>Apache Solr 4 Cookbook</strong> is an essential resource for developers who wish to take their knowledge and skills further. Thoroughly updated and improved, this Cookbook also covers the changes in Apache Solr 4 including the awesome capabilities of SolrCloud.</p>
<p><a href="http://www.packtpub.com/apache-solr-4-cookbook/book">Buy here</a></p>
<hr>
<h3 class="offset" id="taming-text">Taming Text</h3>
<p><a href="http://www.manning.com/ingersoll/" title="Taming Text"><img alt="Taming Text cover" class="float-right" src="/images/solr/book_tt.png"></a>
Taming Text is a hands-on, example-driven guide to working with unstructured text in the context of real-world applications. This book explores how to automatically organize text using approaches such as full-text search with Apache Solr (v3), proper name recognition,
clustering, tagging, information extraction, and summarization. The book guides you through examples illustrating each of these topics, as well as the foundations upon which they are built. Source code
is available on <a href="https://github.com/tamingtext/book">Github</a>.</p>
<p><a href="http://www.manning.com/ingersoll/">Buy here</a></p>
<hr>
<h3 class="offset" id="apache-solr-3.1-cookbook">Apache Solr 3.1 Cookbook</h3>
<p><a href="http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book" title="PACKT: Apache Solr 3.1 Cookbook"><img alt="Solr Cookbook cover" class="float-right" src="/images/solr/book_s3c.png"></a>
Rafał Kuć is proud to introduce a new book on Solr, <a href="http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book">Apache Solr 3.1 Cookbook</a> from Packt Publishing.</p>
<p><strong>Apache Solr 3.1 Cookbook</strong> will make your everyday work easier by using real-life examples that show you how to deal with the most common problems that can arise while using the Apache Solr search engine.</p>
<p>This cookbook will show you how to get the most out of your search engine. Each chapter covers a different aspect of working with Solr from analyzing your text data through querying, performance improvement, and developing your own modules. The practical recipes will help you to quickly solve common problems with data analysis, show you how to use faceting to collect data and to speed up the performance of Solr. You will learn about functionalities that most newbies are unaware of, such as sorting results by a function value, highlighting matched words, and computing statistics to make your work with Solr easy and stress free.</p>
<p><a href="http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book">Buy here</a></p>
<hr>
<h2 id="presentations">Presentations</h2>
<p>If you have a Solr presentation that you would like to see listed here, please submit a <a href="https://github.com/apache/solr/blob/main/CONTRIBUTING.md">patch</a> via a JIRA with the appropriate content.</p>
<h3 class="offset" id="slideshare">Slideshare</h3>
<p><a href="http://www.slideshare.net/search/slideshow?&amp;q=solr">Search Slideshare for Solr</a></p>
<h2 id="videos">Videos</h2>
<p>If you have a Solr video that you would like to see listed here, please <a href="/editing-website.html">edit this website and submit a Pull Request</a>.</p>
<!-- TODO: WOULD BE NICE TO HAVE A SLIDER OR RANDOMLY PICKED VIDEO HERE -->
<h3 class="offset" id="youtube">Conferences with Solr talks</h3>
<p><a href="https://www.youtube.com/c/TheApacheFoundation/search?query=lucene%20solr">Videos from Past ApacheCon events</a></p>
<p><a href="https://www.activate-conf.com/more-events">Videos from Past Activate / Lucene/Solr revolution events</a></p>
<p><a href="https://www.youtube.com/c/PlainSchwarzUG/playlists?view=50&amp;sort=dd&amp;shelf_id=1">Videos from past Berlin Buzzwords events</a></p>
<p><a href="https://www.youtube.com/channel/UCiuXt-f2Faan4Es37nADUdQ/playlists">Videos from past Haystack events (search relevance)</a></p>
<p><a href="https://vimeo.com/search?q=lucene%20eurocon">Videos from Lucidwork's Lucene Eurocon</a></p>
<h3 class="offset" id="youtube">YouTube</h3>
<p><a href="https://www.youtube.com/results?search_query=solr">Search YouTube for Solr</a></p>
<h3 class="offset" id="vimeo">Vimeo</h3>
<p><a href="http://vimeo.com/search?q=solr">Search Vimeo for Solr</a></p> </div>
</div>
<footer>
<div class="row">
<div class="small-6 medium-3 columns">
<h4>Features</h4>
<ul>
<li><a href="/features.html">Overview</a></li>
<li><a href="/features.html#data-handling">Data Handling</a></li>
<li><a href="/features.html#query">Querying</a></li>
<li><a href="/features.html#facets">Faceting</a></li>
<li><a href="/features.html#discovery">Discovery</a></li>
<li><a href="/features.html#plugins">Plugins and Extensions</a></li>
<li><a href="/features.html#stats">Statistics and Aggregations</a></li>
<li><a href="/features.html#spatial">Spatial</a></li>
<li><a href="/features.html#rich-content">Rich Content</a></li>
<li><a href="/features.html#performance">Performance</a></li>
<li><a href="/features.html#solrcloud">Scaling with SolrCloud</a></li>
<li><a href="/features.html#admin-ui">User Interface</a></li>
</ul>
</div>
<div class="small-6 medium-3 columns">
<h4>Resources</h4>
<ul>
<li><a href="/resources.html#tutorials">Tutorial</a></li>
<li><a href="/resources.html#documentation">Docs</a></li>
<li><a href="/resources.html#solr-books">Books</a></li>
<li><a href="/resources.html#presentations">Presentations</a></li>
<li><a href="/resources.html#videos">Videos</a></li>
<li><a href="/logos-and-assets.html">Solr Logos and Assets</a></li>
<li><a href="/editing-website.html">Editing this Website</a></li>
<br/>
<li><a href="https://www.apache.org/">Apache Software Foundation</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
</ul>
</div>
<div class="small-6 medium-3 columns">
<h4>Get Started</h4>
<ul>
<li><a href="/downloads.html">Download</a></li>
<li><a href="/guide/solr-tutorial.html">Run Through the Tutorial</a></li>
<li><a href="/resources.html">Level Up</a></li>
</ul>
<br/>
<h4>Community</h4>
<ul>
<li><a href="/community.html#support">Support</a></li>
<li><a href="/community.html#mailing-lists-irc">Mailing Lists</a></li>
<li><a href="/community.html#issue-tracker">Issues (JIRA)</a></li>
<li><a href="/community.html#how-to-contribute">Contribute</a></li>
<li><a href="/community.html#version-control">Version control (GIT)</a></li>
</ul>
</div>
<div class="small-6 medium-3 columns">
<h4>Related Projects</h4>
<ul>
<li><a href="http://lucene.apache.org/">Apache Lucene</a></li>
<li><a href="http://zookeeper.apache.org/">Apache Zookeeper</a></li>
<li><a href="http://tika.apache.org/">Apache Tika</a></li>
<li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>
<li><a href="http://spark.apache.org/">Apache Spark</a></li>
<li><a href="http://nutch.apache.org/">Apache Nutch</a></li>
<li><a href="http://zeppelin.apache.org/">Apache Zeppelin</a></li>
<li><a href="http://opennlp.apache.org/">Apache OpenNLP</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="large-centered columns">
<p>Copyright © 2024 The Apache Software Foundation, Licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
All non-Apache logos are the trademarks of their respective owners.</p>
</div></div> </footer>
<script>
$(document).foundation();
</script>
<script>
$(document).ready(function(){
$('.slider').slick({
infinite: false,
speed: 300,
slidesToShow: 6,
slidesToScroll: 6,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
infinite: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 3,
slidesToScroll: 3
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 320,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
],
prevArrow: '<i class="fa fa-angle-left fa-2x slider-prev"></i>',
nextArrow: '<i class="fa fa-angle-right fa-2x slider-next"></i>'
});
});
</script> </body>
</html>