Cargando…

Elasticsearch server : leverage Elasticsearch to create a robust, fast and flexible search solution with ease /

Leverage Elasticsearch to create a robust, fast, and flexible search solution with easeAbout This Book Boost the searching capabilities of your system through synonyms, multilingual data handling, nested objects and parent-child documents Deep dive into the world of data aggregation and data analysi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Kuć, Rafał (Autor), Rogoziński, Marek (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Edición:Third edition.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn945637586
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160328s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d DEBSZ  |d KSU  |d DEBBG  |d OCLCQ  |d COO  |d OCLCF  |d CEF  |d OCLCQ  |d N$T  |d FEM  |d YDXCP  |d AGLDB  |d BTN  |d AUW  |d INTCL  |d MHW  |d SNK  |d VLY  |d UKMGB  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
015 |a GBC1J5650  |2 bnb 
016 7 |a 018010609  |2 Uk 
019 |a 942842511  |a 944156595  |a 968124500  |a 969048161  |a 1259105711 
020 |a 9781785883620 
020 |a 1785883623 
020 |z 9781785888816 
020 |z 1785888811 
029 1 |a DEBBG  |b BV043969044 
029 1 |a DEBSZ  |b 473885883 
029 1 |a DEBSZ  |b 485795574 
029 1 |a GBVCP  |b 882753819 
029 1 |a UKMGB  |b 018010609 
035 |a (OCoLC)945637586  |z (OCoLC)942842511  |z (OCoLC)944156595  |z (OCoLC)968124500  |z (OCoLC)969048161  |z (OCoLC)1259105711 
037 |a CL0500000723  |b Safari Books Online 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 061000  |2 bisacsh 
082 0 4 |a 005.3/76  |2 23 
049 |a UAMI 
100 1 |a Kuć, Rafał,  |e author. 
245 1 0 |a Elasticsearch server :  |b leverage Elasticsearch to create a robust, fast and flexible search solution with ease /  |c Rafał Kuć, Marek Rogoziński. 
250 |a Third edition. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |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  |2 rda 
490 1 |a Community experience distilled 
500 |a Includes index. 
588 0 |a Online resource; title from cover page (Safari, viewed March 24, 2016). 
520 |a Leverage Elasticsearch to create a robust, fast, and flexible search solution with easeAbout This Book Boost the searching capabilities of your system through synonyms, multilingual data handling, nested objects and parent-child documents Deep dive into the world of data aggregation and data analysis with ElasticSearch Explore a wide range of ElasticSearch modules that define the behavior of a clusterWho This Book Is For If you are a competent developer and want to learn about the great and exciting world of ElasticSearch, then this book is for you. No prior knowledge of Java or Apache Lucene is needed. What You Will Learn Configure, create, and retrieve data from your indices Use an ElasticSearch query DSL to create a wide range of queries Discover the highlighting and geographical search features offered by ElasticSearch Find out how to index data that is not flat or data that has a relationship Exploit a prospective search to search for queries not documents Use the aggregations framework to get more from your data and improve your client's search experience Monitor your cluster state and health using the ElasticSearch API as well as third-party monitoring solutions Discover how to properly set up ElasticSearch for various use casesIn Detail ElasticSearch is a very fast and scalable open source search engine, designed with distribution and cloud in mind, complete with all the goodies that Apache Lucene has to offer. ElasticSearch's schema-free architecture allows developers to index and search unstructured content, making it perfectly suited for both small projects and large big data warehouses, even those with petabytes of unstructured data. This book will guide you through the world of the most commonly used ElasticSearch server functionalities. You'll start off by getting an understanding of the basics of ElasticSearch and its data indexing functionality. Next, you will see the querying capabilities of ElasticSearch, followed by a through explanation of scoring and search relevance. After this, you will explore the aggregation and data analysis capabilities of ElasticSearch and will learn how cluster administration and scaling can be used to boost your application performance. You'll find out how to use the friendly REST APIs and how to tune ElasticSearch to make the most of it. By the end of this book, you will have be able to create amazing search solutions as per your project's specifications. Style and approach This step-by-step guide is full of screenshots and real-world examples to take you on a journey through the wonderful world of full text search provided by ElasticSearch. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Elasticsearch Cluster; Chapter 2: Indexing Your Data; Chapter 3: Searching Your Data; Chapter 4: Extending Your Querying Knowledge; Chapter 5: Extending Your Index Structure; Chapter 6: Make Your Search Better; Chapter 7: Aggregations for Data Analysis; Chapter 8: Beyond Full-text Searching; Chapter 9: Elasticsearch Cluster in Detail; Chapter 10: Administrating Your Cluster; Chapter 11: Scaling by Example; Index; Full text searching 
505 8 |a The basics of ElasticsearchInstalling and configuring your cluster; Manipulating data with the REST API; Searching with the URI request query; Summary; Elasticsearch indexing; Mappings configuration; Batch indexing to speed up your indexing process; Introduction to segment merging; Introduction to routing; Summary; Querying Elasticsearch; Understanding the querying process; Basic queries; Compound queries; Using span queries; Choosing the right query; Summary; Filtering your results; Highlighting; Validating your queries; Sorting data; Query rewrite; Summary; Indexing tree-like structures 
505 8 |a Indexing data that is not flatUsing nested objects; Using the parent-child relationship; Modifying your index structure with the update API; Summary; Introduction to Apache Lucene scoring; Scripting capabilities of Elasticsearch; Searching content in different languages; Influencing scores with query boosts; When does index-time boosting make sense?; Words with the same meaning; Understanding the explain information; Summary; Aggregations; Aggregation types; Pipeline aggregations; Summary; Percolator; Elasticsearch spatial capabilities; Using suggesters; The Scroll API; Summary 
505 8 |a Understanding node discoveryThe gateway and recovery modules; Templates and dynamic templates; Elasticsearch plugins; Elasticsearch caches; The update settings API; Summary; Elasticsearch time machine; Monitoring your cluster's state and health; Controlling the shard and replica allocation; Controlling cluster rebalancing; The Cat API; Warming up; Index aliasing and using it to simplify your everyday work; Summary; Hardware; Preparing a single Elasticsearch node; Horizontal expansion; Preparing the cluster for high indexing and querying throughput; Monitoring; Summary 
505 8 |a The Lucene glossary and architectureInput data analysis; Indexing and querying; Scoring and query relevance; Key concepts of Elasticsearch; Key concepts of the Elasticsearch infrastructure; Indexing and searching; Installing Java; Installing Elasticsearch; Running Elasticsearch; Shutting down Elasticsearch; The directory layout; Configuring Elasticsearch; The system-specific installation and configuration; Understanding the REST API; Storing data in Elasticsearch; Retrieving documents; Updating documents; Deleting documents; Versioning; Sample data; URI search; Query analysis 
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 Application software. 
650 0 |a Client/server computing  |x Computer programs. 
650 6 |a Logiciels d'application. 
650 6 |a Architecture client-serveur (Informatique)  |x Logiciels. 
650 7 |a COMPUTERS / Software Development & Engineering / General.  |2 bisacsh 
650 7 |a COMPUTERS / Client-Server Computing.  |2 bisacsh 
650 7 |a Application software  |2 fast 
700 1 |a Rogoziński, Marek,  |e author. 
776 |z 1-78588-881-1 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193731  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785888816/?ar  |z Texto completo 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34109861 
938 |a YBP Library Services  |b YANK  |n 12872690 
938 |a EBSCOhost  |b EBSC  |n 1193731 
994 |a 92  |b IZTAP