Introduction to Apache Solr 8

  • 4
2.5 hours on-demand video
$ 14.99

Brief Introduction

Fundamental concepts and use-cases of Apache Solr

Description

Whether you're handling big data, building cloud-based services, or developing e-commerce web applications, it’s vital to have a fast, reliable search solution.

Introduction to Apache Solr 8 is a quick start guide if you are interested in learning how to leverage a search engine that is optimized to search large volumes of text-centric data. This course will have you successfully using Solr in no time!

Most of the sections use coding activities to help master the material. All code snippets and commands are available on Github, so you can try them for yourself.

Our goal for each example was that it be easy to use but cover the chapter topic thoroughly. In addition, after almost all video lectures you will have the change to test your knowledge by answering the quizzes.

Learn Apache Solr 8 Overview:

Understanding Search Engines

  • Understanding search engines and the issues they address

  • How Solr fits in the context of search engines

  • Get a good sense of what types of data and use cases Solr supports.

  • Typical scenarios for Solr

  • You’ll learn about the kinds of problems you can solve with Solr and gain an overview of its key features.

Getting Started with Solr

  • How to install and run Solr on your local workstation.

  • Introduction to Solr’s core configuration files.

  • What is a Solr Core/Collection and how to create it.

  • Demonstrate how to index and query a set of example documents that ship with Solr.

  • Introduction to Solr’s query form and learn the basic components of a Solr query.

  • How to construct queries containing a main query parameter q as well as an optional filter fq.

  • You saw how to control which fields are returned using the fl parameter and how to control the ordering of results using sort.

  • A brief tour of Solr’s web-based administration console.

Designing our first Solr Application

  • Introduce a fictitious web application for finding tweets.

  • What a document is in Solr and what characteristics it has.

  • We’ll get an overview of how Solr processes documents, to build the index.

Designing the Schema

  • Understand what is and when to use the Schemaless mode

  • How to manage many of the elements of your schema via The Schema API using HTTP.

  • Learn about key design considerations for search applications.

  • Discussed considerations about document granularity.

  • Learn how to determine if a field should be indexed, stored, or both.

  • Learn how to determine if a field should use docValues.

  • Use multivalued fields for more complex document structures.

  • Understand how dynamic fields are useful for supporting documents with many fields and documents coming from diverse sources.

  • Learn how to use Solr’s copyField directive in order to populate a catch-all text search field.

  • How to work with structured data using Solr’s support for strings, dates, and numeric field types.

Manipulating the Index

  • Get an overview of common request types supported by the update handler.

  • Beyond adding new documents, we’ll learn how to update existing documents using Solr’s atomic update support.

  • We'll explain how to guard against concurrent updates using optimistic concurrency control with the special _version_ field.

  • We’ll see that after documents are processed, they need to be committed using either hard commits or soft commits for NRT search.

  • We also learned how Solr processes query requests using a read-only view of the index with a component called a searcher.

  • Explore how to model documents containing other documents using nested documents feature.

  • Understand which types of changes require data reindexing, and how to manage the process of reindexing.

  • Learn about segment merging and that it’s a good idea to avoid optimizing your index or changing segment-merge settings until you have a better understanding of your indexing throughput requirements.

Text Analysis

  • Introduction to text analysis and why is an important part of the search process as it removes the linguistic variations between indexed text and queries.

  • Learn how to define field types to do basic text analysis.

  • Learn why field types for unstructured text-based fields are normally composed of two separate but compatible analyzers for indexing and query processing.

  • Understand why each analyzer is made up of a tokenizer and chain of token filters.

  • Test our simple analysis solution using Solr’s Analysis form and see how documents pass through StandardTokenizer and a chain of simple filters to remove stop words and lowercase terms.

Searching

  • Uncovering Solr’s capabilities through its numerous and highly configurable request handlers pipeline.

  • We discussed how Solr handles queries and filters to get a good understanding of how user queries and filters work: what the difference is, how they interact, and how they ultimately affect the performance and quality of your search requests.

  • Describes the syntax and features supported by the main query parser, The Standard Query Parser, included with Solr and describes some other parsers that may be useful for particular situations.

  • How to use facets for discovery, analytics, and filtering of search results

  • Show top values in any field for matching documents via field facets

  • Use range facets to get bucketed counts for numeric and date ranges

Requirements

  • Requirements
  • Basic terminal skills will help
  • Exposure to JSON-formatted is a plus
$ 14.99
English
Available now
2.5 hours on-demand video
Lucian Oprea
Udemy

Instructor

Lucian Oprea

  • 4 Raiting
Share
Saved Course list
Cancel
Get Course Update
Computer Courses