Mastering ElasticSearch : (Record no. 2761646)

MARC details
000 -LEADER
fixed length control field 06682cam a2200841Ia 4500
001 - CONTROL NUMBER
control field ocn862382406
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711212520.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 131108s2013 enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency EBLCP
-- MHW
-- N$T
-- OCLCF
-- OCLCQ
-- YDXCP
-- OCLCQ
-- AGLDB
-- ZCU
-- MERUC
-- OCLCQ
-- VTS
-- ICG
-- OCLCQ
-- STF
-- DKC
-- OCLCQ
-- M8D
-- OCLCQ
-- AJS
-- HS0
-- UKMGB
-- OCLCQ
-- OCLCO
015 ## - NATIONAL BIBLIOGRAPHY NUMBER
National bibliography number GBC1H8525
Source bnb
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018006463
Source Uk
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781461949534
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 146194953X
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1306073782
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781306073783
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781783281435
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783281442
Qualifying information Electronic book (EPUB format)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783281448
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000898819
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 403386764
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043777390
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044062961
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 472803328
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018006463
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)862382406
037 ## - SOURCE OF ACQUISITION
Stock number 9781783281442
Source of stock number/acquisition Packt Publishing Pvt. Ltd
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.A65
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 046060
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 046020
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 046050
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 046040
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 088020
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006
Edition number 22
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Kuć, Rafal.
9 (RLIN) 975149
245 10 - TITLE STATEMENT
Title Mastering ElasticSearch :
Remainder of title extend your knowledge on ElasticSearch, and querying and data handing, along with its internal workings /
Statement of responsibility, etc Rafal Kuć, Marek Rogoziński.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham, UK :
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc ©2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 0# - SERIES STATEMENT
Series statement Community experience distilled
588 0# -
-- Print version record.
520 ## - SUMMARY, ETC.
Summary, etc A practical tutorial that covers the difficult design, implementation, and management of search solutions. Mastering ElasticSearch is aimed at to intermediate users who want to extend their knowledge about ElasticSearch. The topics that are described in the book are detailed, but we assume that you already know the basics, like the query DSL or data indexing. Advanced users will also find this book useful, as the examples are getting deep into the internals where it is needed.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note ""Copyright""; ""Credits""; ""About the Authors""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Introduction to ElasticSearch""; ""Introducing Apache Lucene""; ""Getting familiar with Lucene""; ""Overall architecture""; ""Analyzing your data""; ""Indexing and querying""; ""Lucene query language""; ""Understanding the basics""; ""Querying fields""; ""Term modifiers""; ""Handling special characters""; ""Introducing ElasticSearch""; ""Basic concepts""; ""Index""; ""Document""; ""Mapping""; ""Type""; ""Node""; ""Cluster""; ""Shard""; ""Replica""
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note ""Gateway""""Key concepts behind ElasticSearch architecture""; ""Working of ElasticSearch""; ""Boostrap process""; ""Failure detection""; ""Communicating with ElasticSearch""; ""Summary""; ""Chapter 2: Power User Query DSL""; ""Default Apache Lucene scoring explained""; ""When a document is matched""; ""TF/IDF scoring formula""; ""Lucene conceptual formula""; ""Lucene practical formula""; ""ElasticSearch point of view""; ""Query rewrite explained""; ""Prefix query as an example ""; ""Getting back to Apache Lucene""; ""Query rewrite properties""; ""Rescore""; ""Understanding rescore""
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note ""Example Data""""Query""; ""Structure of the rescore query""; ""Rescore parameters""; ""To sum up""; ""Bulk Operations""; ""MultiGet""; ""MultiSearch""; ""Sorting data""; ""Sorting with multivalued fields""; ""Sorting with multivalued geo fields""; ""Sorting with nested objects""; ""Update API""; ""Simple field update""; ""Conditional modifications using scripting""; ""Creating and deleting documents using Update API""; ""Using filters to optimize your queries""; ""Filters and caching""; ""Not all filters are cached by default""; ""Changing ElasticSearch caching behavior""
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note ""Why bother naming the key for the cache?""""When to change ElasticSearch filter caching behavior""; ""Terms lookup filter""; ""How does it work?""; ""Performance considerations""; ""Loading terms from inner objects""; ""Terms lookup filter cache settings""; ""Filter and scopes in ElasticSearch faceting mechanism""; ""Example data""; ""Faceting and filtering""; ""Filter as a part of the query""; ""Facet filter""; ""Global scope""; ""Summary""; ""Chapter 3: Low-level Index Control""; ""Altering Apache Lucene scoring""; ""Available similarity models""; ""Setting per-field similarity""
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note ""Similarity model configuration""""Choosing the default similarity model""; ""Configuring the chosen similarity models""; ""Configuring TF/IDF similarity""; ""Configuring Okapi BM25 similarity""; ""Configuring DFR similarity""; ""Configuring IB similarity""; ""Using codecs""; ""Simple use case""; ""Let's see how it works""; ""Available posting formats""; ""Configuring the codec behavior""; ""Default codec properties""; ""Direct codec properties""; ""Memory codec properties""; ""Pulsing codec properties""; ""Bloom filter based codec properties""; ""NRT, flush, refresh, and transaction log""
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc Includes bibliographical references and index.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
9 (RLIN) 72362
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels libres.
9 (RLIN) 875388
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Operating Systems
-- DOS.
Source of heading or term bisacsh
9 (RLIN) 904547
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Operating Systems
-- Macintosh.
Source of heading or term bisacsh
9 (RLIN) 904548
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Operating Systems
-- Windows Server & NT.
Source of heading or term bisacsh
9 (RLIN) 904549
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Operating Systems
-- Windows Workstation.
Source of heading or term bisacsh
9 (RLIN) 904550
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision System Administration
-- Windows Administration.
Source of heading or term bisacsh
9 (RLIN) 904551
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
Source of heading or term fast
-- (OCoLC)fst01046097
9 (RLIN) 72362
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Kuc, Rafal.
Title Mastering ElasticSearch.
Place, publisher, and date of publication Packt Publishing 2013
International Standard Book Number 9781783281435
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=656242">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=656242</a>
938 ## -
-- EBSCOhost
-- EBSC
-- 656242
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis26535442
938 ## -
-- YBP Library Services
-- YANK
-- 11318251
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library