|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn841170301 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130320s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCQ
|d OCLCO
|d YDXCP
|d OCLCF
|d EBLCP
|d N$T
|d DEBSZ
|d OCLCQ
|d COCUF
|d AGLDB
|d ICA
|d CNNOR
|d MOR
|d CCO
|d PIFPO
|d MERUC
|d OCLCQ
|d ZCU
|d U3W
|d D6H
|d STF
|d WRM
|d VTS
|d ICG
|d NLE
|d INT
|d UKMGB
|d OCLCQ
|d A6Q
|d DKC
|d OCLCQ
|d AU@
|d UKCRE
|d AJS
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018014821
|2 Uk
|
019 |
|
|
|a 831120741
|a 961600825
|a 962704736
|a 988488428
|a 991921293
|a 1037707556
|a 1038662083
|a 1045503825
|a 1059027739
|a 1083551144
|a 1153482860
|
020 |
|
|
|a 9781849518451
|q (e-book)
|
020 |
|
|
|a 1849518459
|q (e-book)
|
020 |
|
|
|z 9781849518444
|
020 |
|
|
|a 1621989089
|
020 |
|
|
|a 9781621989080
|
020 |
|
|
|a 1299261396
|
020 |
|
|
|a 9781299261396
|
029 |
1 |
|
|a AU@
|b 000055885076
|
029 |
1 |
|
|a CHNEW
|b 000614475
|
029 |
1 |
|
|a CHNEW
|b 001051313
|
029 |
1 |
|
|a CHVBK
|b 567701336
|
029 |
1 |
|
|a DEBBG
|b BV044188988
|
029 |
1 |
|
|a DEBSZ
|b 397482299
|
029 |
1 |
|
|a DEBSZ
|b 493118489
|
029 |
1 |
|
|a NZ1
|b 15492527
|
029 |
1 |
|
|a UKMGB
|b 018014821
|
029 |
1 |
|
|a AU@
|b 000067108296
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999931233805765
|
035 |
|
|
|a (OCoLC)841170301
|z (OCoLC)831120741
|z (OCoLC)961600825
|z (OCoLC)962704736
|z (OCoLC)988488428
|z (OCoLC)991921293
|z (OCoLC)1037707556
|z (OCoLC)1038662083
|z (OCoLC)1045503825
|z (OCoLC)1059027739
|z (OCoLC)1083551144
|z (OCoLC)1153482860
|
037 |
|
|
|a 9781849518451
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.76.A65
|b K83 2013eb
|
072 |
|
7 |
|a COM
|x 046060
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046020
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046050
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046040
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 088020
|2 bisacsh
|
082 |
0 |
4 |
|a 005.4/469
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kuć, Rafał.
|
245 |
1 |
0 |
|a Elasticsearch server :
|b create a fast, scalable, and flexible search solution with the emerging open source search server, ElasticSearch /
|c Rafał Kuć, Marek Rogoziński.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (ix, 294 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with ElasticSearch Cluster; What is ElasticSearch?; Index; Document; Document type; Node and cluster; Shard; Replica; Installing and configuring your cluster; Directory structure; Configuring ElasticSearch; Running ElasticSearch; Shutting down ElasticSearch; Running ElasticSearch as a system service; Data manipulation with REST API; What is REST?; Storing data in ElasticSearch; Creating a new document; Retrieving documents.
|
505 |
8 |
|
|a Updating documentsDeleting documents; Manual index creation and mappings configuration; Index; Types; Index manipulation; Schema mapping; Type definition; Fields; Core types; Multi fields; Using analyzers; Storing a document source; All field; Dynamic mappings and templates; Type determining mechanism; Dynamic mappings; Templates; Storing templates in files; When routing does matter; How does indexing work?; How does searching work?; Routing; Routing parameters; Routing fields; Index aliasing and simplifying your everyday work using it; An alias; Creating an alias; Modifying aliases.
|
505 |
8 |
|
|a Combining commandsRetrieving all aliases; Filtering aliases; Aliases and routing; Summary; Chapter 2: Searching Your Data; Understanding the querying and indexing process; Mappings; Data; Querying ElasticSearch; Simple query; Paging and results size; Returning the version; Limiting the score; Choosing fields we want to return; Partial fields; Using script fields; Passing parameters to script fields; Choosing the right search type (advanced); Search execution preference (advanced); Basic queries; The term query; The terms query; The match query; The Boolean match query; The phrase match query.
|
505 |
8 |
|
|a The match phrase prefix queryThe multi match query; The query string query; Lucene query syntax; Explaining the query string; Running query string query against multiple fields; The field query; The identifiers query; The prefix query; The fuzzy like this query; The fuzzy like this field query; The fuzzy query; The match all query; The wildcard query; The more like this query; The more like this field query; The range query; Query rewrite; Filtering your results; Using filters; Range filters; Exists; Missing; Script; Type; Limit; IDs; If this is not enough; bool, and, or, not filters.
|
505 |
8 |
|
|a Named filtersCaching filters; Compound queries; The bool query; The boosting query; The constant score query; The indices query; The custom filters score query; The custom boost factor query; The custom score query; Sorting data; Default sorting; Selecting fields used for sorting; Specifying behavior for missing fields; Dynamic criteria; Collation and national characters; Using scripts; Available objects; MVEL; Other languages; Script library; Native code; Summary; Chapter 3: Extending Your Structure and Search; Indexing data that is not flat; Data; Objects; Arrays; Mappings; Final mappings.
|
520 |
|
|
|a This book is written in friendly, practical style with numerous hands-on examples and tutorials throughout. This book is written for developers who wish to leverage ElasticSearch to create a fast and flexible search solution. If you are looking to learn ElasticSearch or become more proficient then this book is for you. You do not need know anything about ElasticSeach, Java, or Apache Lucene in order to use this book, though basic knowledge about databases and queries is required.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software.
|
650 |
|
6 |
|a Logiciels d'application.
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x DOS.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Macintosh.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Windows Server & NT.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Windows Workstation.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x System Administration
|x Windows Administration.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|2 fast
|
700 |
1 |
|
|a Rogoziński, Marek.
|
776 |
0 |
8 |
|i Print version:
|a Kuc, Rafal.
|t ElasticSearch Server.
|d Birmingham : Packt Publishing, ©2013
|z 9781849518444
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=548256
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1126736
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10672349
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 548256
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10314224
|
994 |
|
|
|a 92
|b IZTAP
|