|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn870459960 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
140213s2013 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d COO
|d DEBBG
|d DEBSZ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCF
|d OCLCO
|d OCLCQ
|d OCLCO
|d N$T
|d EBLCP
|d IDEBK
|d E7B
|d YDXCP
|d S4S
|d FEM
|d COCUF
|d CNNOR
|d MOR
|d CCO
|d PIFAG
|d ZCU
|d AGLDB
|d MERUC
|d OCLCQ
|d OCLCO
|d D6H
|d VTS
|d CEF
|d ICG
|d NLE
|d OCLCQ
|d UKMGB
|d STF
|d DKC
|d AU@
|d OCLCQ
|d OCL
|d OCLCQ
|d K6U
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB7C4683
|2 bnb
|
016 |
7 |
|
|a 018005385
|2 Uk
|
019 |
|
|
|a 867317460
|a 961668213
|a 962727610
|a 968036013
|
020 |
|
|
|a 1782166629
|
020 |
|
|
|a 9781782166627
|
020 |
|
|
|a 9781782166634
|
020 |
|
|
|a 1782166637
|
020 |
|
|
|z 9781782166627
|
029 |
1 |
|
|a CHNEW
|b 000643527
|
029 |
1 |
|
|a CHNEW
|b 000899550
|
029 |
1 |
|
|a CHVBK
|b 403394139
|
029 |
1 |
|
|a DEBBG
|b BV041783993
|
029 |
1 |
|
|a DEBBG
|b BV044065213
|
029 |
1 |
|
|a DEBSZ
|b 404337090
|
029 |
1 |
|
|a DEBSZ
|b 493138994
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999933600205765
|
029 |
1 |
|
|a GBVCP
|b 815074425
|
029 |
1 |
|
|a NZ1
|b 15912158
|
029 |
1 |
|
|a UKMGB
|b 018005385
|
035 |
|
|
|a (OCoLC)870459960
|z (OCoLC)867317460
|z (OCoLC)961668213
|z (OCoLC)962727610
|z (OCoLC)968036013
|
037 |
|
|
|a CL0500000385
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.A65
|b P37 2013
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Paro, Alberto.
|
245 |
1 |
0 |
|a ElasticSearch cookbook :
|b over 120 advanced recipes to search, analyze, deploy, manage, and monitor data effectively with ElasticSearch /
|c Alberto Paro.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2013.
|
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
|
490 |
1 |
|
|a Quick answers to common problems
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed July 8, 2017).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Introduction; Understanding node and cluster; Understanding node services; Managing your data; Understanding cluster, replication, and sharding; Communicating with ElasticSearch; Using the HTTP protocol; Using the Native protocol; Using the Thrift protocol; Chapter 2: Downloading and Setting Up ElasticSearch; Introduction; Downloading and installing an ElasticSearch; Networking setup; Setting up a node.
|
505 |
8 |
|
|a Setting up ElasticSearch for Linux systems (advanced)Setting up different node types (advanced); Installing a plugin; Installing a plugin manually; Removing a plugin; Changing logging settings (advanced); Chapter 3: Managing Mapping; Introduction; Using explicit mapping creation; Mapping base types; Mapping arrays; Mapping an object; Mapping a document; Using dynamic templates in document mapping; Managing nested objects; Managing a child document; Mapping a MultiField; Mapping an GeoPoint field; Mapping a GeoShape field; Mapping an IP field; Mapping attachment field.
|
505 |
8 |
|
|a Adding generic data to mappingMapping different analyzers; Chapter 4: Standard Operations; Introduction; Creating an index; Deleting an index; Opening/closing an index; Putting a mapping in an index; Getting a mapping; Deleting a mapping; Refreshing an index; Flushing an index; Optimizing an index; Checking if an index or type exists; Managing index settings; Using index aliases; Indexing a document; Getting a document; Deleting a document; Updating a document; Speeding up atomic operations (bulk); Speeding up GET; Chapter 5: Search, Queries, and Filters; Introduction; Executing a search.
|
505 |
8 |
|
|a Sorting a searchHighlighting results; Executing a scan query; Suggesting a correct query; Counting; Deleting by query; Matching all the documents; Querying/filtering for term; Querying/filtering for terms; Using a prefix query/filter; Using a Boolean query/filter; Using a range query/filter; Using span queries; Using the match query; Using the IDS query/filter; Using the has_child query/filter; Using the top_children query; Using the has_parent query/filter; Using a regexp query/filter; Using exists and missing filters; Using and/or/not filters; Using the geo_bounding_box filter.
|
505 |
8 |
|
|a Using the geo_polygon filterUsing the geo_distance filter; Chapter 6: Facets; Introduction; Executing facets; Executing terms facets; Executing range facets; Executing histogram facets; Executing date histogram facets; Executing filter/query facets; Executing statistical facets; Executing term statistical facets; Executing geo distance facets; Chapter 7: Scripting; Introduction; Installing additional script plugins; Sorting using script; Computing return fields with scripting; Filtering a search via scripting; Updating using scripting; Chapter 8: Rivers; Introduction; Managing a river.
|
520 |
|
|
|a Written in an engaging, easy-to-follow style, the recipes will help you to extend the capabilities of ElasticSearch to manage your data effectively. If you are a developer who implements ElasticSearch in your web applications, manage data, or have decided to start using ElasticSearch, this book is ideal for you. This book assumes that you've got working knowledge of JSON and Java.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software.
|
650 |
|
0 |
|a Client/server computing
|v Software.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
6 |
|a Logiciels d'application.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|v Logiciels.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Design.
|2 bisacsh
|
650 |
|
7 |
|a Application software.
|2 fast
|0 (OCoLC)fst00811706
|
650 |
|
7 |
|a Client/server computing.
|2 fast
|0 (OCoLC)fst00864205
|
650 |
|
7 |
|a Web sites
|x Design.
|2 fast
|0 (OCoLC)fst01173252
|
655 |
|
7 |
|a Software.
|2 fast
|0 (OCoLC)fst01411640
|
776 |
0 |
8 |
|i Print version:
|a Paro, Alberto.
|t ElasticSearch Cookbook.
|d Birmingham : Packt Publishing, ©2013
|z 9781782166627
|
830 |
|
0 |
|a Quick answers to common problems.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=679987
|z Texto completo
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1572920
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10825547
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 679987
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis27260945
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11465205
|
994 |
|
|
|a 92
|b IZTAP
|