Apache Solr a practical approach to enterprise search

The book next covers the schema design and techniques to build a text analysis chain for cleansing, normalizing and enriching your documents and addressing different types of search queries. It describes various popular matching techniques which are generally applied to improve the precision and rec...

Full description

Bibliographic Details
Main Author: Shahi, Dikshant
Format: eBook
Language:English
Published: [New York], New York, NY Apress, Distributed to the Book trade worldwide by Springer Science+Business Media 2015
Series:The expert's voice in enterprise search
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04676nmm a2200493 u 4500
001 EB001908935
003 EBX01000000000000001071837
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1484210700 
020 |a 9781484210710 
020 |a 1484210719 
050 4 |a TK5105.884 
100 1 |a Shahi, Dikshant 
245 0 0 |a Apache Solr  |b a practical approach to enterprise search  |c Dikshant Shahi 
260 |a [New York], New York, NY  |b Apress, Distributed to the Book trade worldwide by Springer Science+Business Media  |c 2015 
300 |a 1 volume  |b illustrations 
505 0 |a Chapter 1: Introduction to Search Engines and Solr -- Chapter 2: Solr Setup and Administration -- Chapter 3: Understanding Information Retrieval -- Chapter 4: Search Strategy and Schema Design -- Chapter 5: Efficient Data Ingestion -- Chapter 6: Searching Solr -- Chapter 7: Advanced Querying -- Chapter 8: Customizing Document Ranking -- Chapter 9: Going Beyond Text Matching -- Chapter 10: Solr Cloud -- Chapter 11: Practical Search Examples.- 
653 |a information retrieval / aat 
653 |a Querying (Computer science) / http://id.loc.gov/authorities/subjects/sh2005008252 
653 |a Bases de données / Interrogation 
653 |a Moteurs de recherche / Programmation 
653 |a Querying (Computer science) / fast 
653 |a Search engines / Programming / fast 
653 |a Information retrieval / http://id.loc.gov/authorities/subjects/sh85066148 
653 |a online searching / aat 
653 |a Database searching / fast 
653 |a Database searching / http://id.loc.gov/authorities/subjects/sh86007858 
653 |a Information retrieval / fast 
653 |a Recherche de l'information 
653 |a Search engines / Programming / http://id.loc.gov/authorities/subjects/sh00001051 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a The expert's voice in enterprise search 
500 |a Includes index 
028 5 0 |a 10.1007/978-1-4842-1070-3 
776 |z 9781484210710 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484210703/?ar  |x Verlag  |3 Volltext 
082 0 |a 004 
082 0 |a 500 
520 |a The book next covers the schema design and techniques to build a text analysis chain for cleansing, normalizing and enriching your documents and addressing different types of search queries. It describes various popular matching techniques which are generally applied to improve the precision and recall of searches. You will learn the end-to-end process of data ingestion from varied sources, metadata extraction, pre-processing and transformation of content, various search components, query parsers and other advanced search capabilities. After covering out-of-the-box features, Solr expert Dikshant Shahi dives into ways you can customize Solr for your business and its specific requirements, along with ways to plug in your own components. Most important, you will learn about implementations for Solr scoring, factors affecting the document score, and tuning the score for the application at hand.  
520 |a Build an enterprise search engine using Apache Solr: index and search documents; ingest data from varied sources; apply various text processing techniques; utilize different search capabilities; and customize Solr to retrieve the desired results. Apache Solr: A Practical Approach to Enterprise Search explains each essential concept-backed by practical and industry examples--to help you attain expert-level knowledge. The book, which assumes a basic knowledge of Java, starts with an introduction to Solr, followed by steps to setting it up, indexing your first set of documents, and searching them. It then introduces you to information retrieval and its implementation in Apache Solr; this will help you understand your search problem, decide the approach to build an effective solution, and use various metrics to evaluate the results.  
520 |a The book explains why textual scoring is not sufficient for practical ranking of documents and ways to integrate real-world factors for contributing to the document ranking. You'll see how to influence user experience by providing suggestions and recommendations. You'll also see integration of Solr with important related technologies such as OpenNLP and Tika. Additionally, you will learn about scaling Solr using SolrCloud. This book concludes with coverage of semantic search capabilities, which is crucial for taking the search experience to the next level. By the end of Apache Solr, you will be proficient in designing and developing your search engine