Elasticsearch indexing : improve search experiences with Elasticsearch's powerful indexing functionality--learn how with this practical Elasticsearch tutorial packed with tips! /
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2015.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_ocn935326994 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160120s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCO |d OCLCF |d OCLCO |d N$T |d OCLCO |d IDEBK |d VT2 |d YDXCP |d COO |d OCLCO |d EBLCP |d DEBSZ |d DEBBG |d IDB |d OCLCQ |d MERUC |d OCLCQ |d CEF |d OCLCQ |d NLE |d UKMGB |d OCLCQ |d UAB |d UKAHL |d NLW |d OCLCQ |d K6U |d OCLCO |d OCLCQ |d QGK | ||
016 | 7 | |a 018007045 |2 Uk | |
019 | |a 933783519 |a 934047723 |a 951974854 |a 1259093358 | ||
020 | |a 9781783987030 |q (electronic bk.) | ||
020 | |a 1783987030 |q (electronic bk.) | ||
020 | |a 1783987022 | ||
020 | |a 9781783987023 | ||
020 | |z 9781783987023 | ||
024 | 3 | |a 9781783987023 | |
029 | 1 | |a AU@ |b 000057035977 | |
029 | 1 | |a AU@ |b 000059710926 | |
029 | 1 | |a AU@ |b 000066529230 | |
029 | 1 | |a AU@ |b 000067110353 | |
029 | 1 | |a DEBBG |b BV043893509 | |
029 | 1 | |a DEBBG |b BV043968679 | |
029 | 1 | |a DEBSZ |b 47388528X | |
029 | 1 | |a DEBSZ |b 485791862 | |
029 | 1 | |a GBVCP |b 88275145X | |
029 | 1 | |a UKMGB |b 018007045 | |
035 | |a (OCoLC)935326994 |z (OCoLC)933783519 |z (OCoLC)934047723 |z (OCoLC)951974854 |z (OCoLC)1259093358 | ||
037 | |a CL0500000705 |b Safari Books Online | ||
050 | 4 | |a HF5736 | |
072 | 7 | |a BUS |x 000000 |2 bisacsh | |
082 | 0 | 4 | |a 651.5 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Akdoğan, Hüseyin, |e author. | |
245 | 1 | 0 | |a Elasticsearch indexing : |b improve search experiences with Elasticsearch's powerful indexing functionality--learn how with this practical Elasticsearch tutorial packed with tips! / |c Hüseyin Akdoǧan. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016). | |
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b Improve search experiences with ElasticSearch's powerful indexing functionality learn how with this practical ElasticSearch tutorial, packed with tips!About This Book Improve user's search experience with the correct configuration Deliver relevant search results fast! Save time and system resources by creating stable clustersWho This Book Is ForIf you understand the importance of a great search experience this book will show you exactly how to build one with ElasticSearch, one of the world's leading search servers. What You Will Learn Learn how ElasticSearch efficiently stores data and find out how it can reduce costs Control document metadata with the correct mapping strategies and by configuring indices Use ElasticSearch analysis and analyzers to incorporate greater intelligence and organization across your documents and data Find out how an ElasticSearch cluster works and learn the best way to configure it Perform high-speed indexing with low system resource cost Improve query relevance with appropriate mapping, suggest API, and other ElasticSearch functionalitiesIn DetailBeginning with an overview of the way ElasticSearch stores data, you'll begin to extend your knowledge to tackle indexing and mapping, and learn how to configure ElasticSearch to meet your users' needs. You'll then find out how to use analysis and analyzers for greater intelligence in how you organize and pull up search results to guarantee that every search query is met with the relevant results! You'll explore the anatomy of an ElasticSearch cluster, and learn how to set up configurations that give you optimum availability as well as scalability. Once you've learned how these elements work, you'll find real-world solutions to help you improve indexing performance, as well as tips and guidance on safety so you can back up and restore data. Once you've learned each component outlined throughout, you will be confident that you can help to deliver an improved search experience exactly what modern users demand and expect. Style and approachThis is a comprehensive guide to performing efficient indexing and providing relevant search results using mapping, analyzers, and other ElasticSearch functionalities. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Efficient Indexing; Getting started; Understanding the document storage strategy; The _source field; The difference between the storable and searchable field; Analysis; Summary; Chapter 2: What is an Elasticsearch Index; Nature of the Elasticsearch index; Indices; Mapping; Types; Document; Denormalization; Inverted index; Summary; Chapter 3: Basic Concepts of Mapping; Basic concepts and definitions; Metadata fields; _source; _all; _timestamp; _ttl; Types. | |
505 | 8 | |a Object typeRoot object type; Attachment type; The relationship between mapping and relevant search results; Understanding the schema-less; Summary; Chapter 4: Analysis and Analyzers; Introducing analysis; Process of analysis; Built-in analyzers; Building blocks of Analyzer; Character filters; HTML Strip Char filter; Pattern Replace Char filter; Tokenizer; Token filters; What's text normalization?; ICU analysis plugin; ASCII Folding Token filter; An Analyzer pPipeline; Specifying the analyzer for a field in the mapping; Creating a custom analyzer; Summary. | |
505 | 8 | |a Chapter 5: Anatomy of an Elasticsearch ClusterBasic concepts; Node; Non-data nodes; Dedicated master nodes; Client nodes; Tribe node; Shards; Replicas; Explaining the architecture of distribution; Correctly configuring the cluster; Choosing the right amount of shards and replicas; Summary; Chapter 6: Improving Indexing Performance; Configuration; Memory configuration; The ES_HEAP_SIZE environment variable; Avoiding swapping; Mlockall property; Garbage collector; The structure of JVM memory; What is the problem?; Monitoring garbage collection; VisualVM. | |
505 | 8 | |a Different strategies among garbage collectorsProcess of deallocating memory; Types of garbage collector; File descriptors; Increasing FD limit on Unix systems; Optimization of mapping definition; Norms; Feature index_option of string type; Exclude unnecessary fields; Extension of the automatic index refresh time; Segments and merging policies; Choosing the right merge policy; Tiered policy; log_byte_size policy; Log_doc policy; The optimize API; Store module; Store types; Simple filesystem store; New IO filesystem store; MMap filesystem store; Hybrid filesystem store. | |
505 | 8 | |a Throttling I/O operationsThrottling type; Bulk API; Bulk sizing; Notes; Summary; Chapter 7: Snapshot and Restore; Snapshot repository; Repository types; Shared filesystem repository; URL repository; Cloud repository; HDFS filesystem repository; Snapshot; Restore; Overriding index settings during restore; How does the snapshot process works?; Summary; Chapter 8: Improving the User Search Experience; Correction of users' spelling mistakes; Suggesters; Using the _suggest REST endpoint; Suggest object inclusion in the query; Term suggester; Configuring the term suggester; The phrase suggester. | |
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Indexing. | |
650 | 0 | |a Business records |x Management. | |
650 | 6 | |a Indexation (Documentation) | |
650 | 6 | |a Documents administratifs |x Gestion. | |
650 | 7 | |a BUSINESS & ECONOMICS |x General. |2 bisacsh | |
650 | 7 | |a Business records |x Management. |2 fast |0 (OCoLC)fst00842859 | |
650 | 7 | |a Indexing. |2 fast |0 (OCoLC)fst00968979 | |
776 | 0 | 8 | |i Print version: |a Akdoğan, Hüseyin. |t Elasticsearch Indexing. |d Birmingham : Packt Publishing, ©2015 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134876 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781783987023/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n BDZ0026626869 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4520758 | ||
938 | |a EBSCOhost |b EBSC |n 1134876 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33469532 | ||
938 | |a YBP Library Services |b YANK |n 12774028 | ||
994 | |a 92 |b IZTAP |