|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn909284837 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150518s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d E7B
|d YDXCP
|d DEBSZ
|d DEBBG
|d COO
|d N$T
|d REB
|d OCLCF
|d IDB
|d CNNOR
|d OCLCQ
|d MERUC
|d VT2
|d D6H
|d OCLCQ
|d CEF
|d STF
|d OCLCQ
|d G3B
|d DKC
|d OCLCQ
|d OCLCO
|d RDF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d QGK
|d OCLCO
|
019 |
|
|
|a 908246002
|a 912316706
|a 1259092816
|
020 |
|
|
|a 9781783981854
|q (electronic bk.)
|
020 |
|
|
|a 1783981857
|q (electronic bk.)
|
020 |
|
|
|z 1783981857
|
020 |
|
|
|z 1783981849
|
020 |
|
|
|z 9781783981847
|
029 |
1 |
|
|a AU@
|b 000056462365
|
029 |
1 |
|
|a AU@
|b 000058606955
|
029 |
1 |
|
|a AU@
|b 000062430098
|
029 |
1 |
|
|a DEBBG
|b BV042683488
|
029 |
1 |
|
|a DEBBG
|b BV043620283
|
029 |
1 |
|
|a DEBSZ
|b 433557338
|
029 |
1 |
|
|a DEBSZ
|b 446586935
|
029 |
1 |
|
|a GBVCP
|b 835875016
|
035 |
|
|
|a (OCoLC)909284837
|z (OCoLC)908246002
|z (OCoLC)912316706
|z (OCoLC)1259092816
|
037 |
|
|
|a CL0500000594
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.8885.A63
|
072 |
|
7 |
|a COM
|x 060120
|2 bisacsh
|
082 |
0 |
4 |
|a 005.36
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kumar, Jayant,
|e author.
|
245 |
1 |
0 |
|a Apache Solr search patterns :
|b leverage the power of Apache Solr to power up your business by navigating your users to their data quickly and efficiently /
|c Jayant Kumar.
|
246 |
3 |
0 |
|a Leverage the power of Apache Solr to power up your business by navigating your users to their data quickly and efficiently
|
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 cover page (Safari, viewed May 12, 2015).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b This book is for developers who already know how to use Solr and are looking at procuring advanced strategies for improving their search using Solr. This book is also for people who work with analytics to generate graphs and reports using Solr. Moreover, if you are a search architect who is looking forward to scale your search using Solr, this is a must have book for you. It would be helpful if you are familiar with the Java programming language.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Solr Indexing Internals; The job site problem statement -- Solr indexing fundamentals; Working of analyzers, tokenizers and filters; Handling multilingual search; Measuring the quality of search results; The E-commerce problem statement; The job site problem statement; Challenges of large-scale indexing; Using multiple threads for indexing on Solr; Using Java binary format of data for indexing; Using the ConcurrentUpdateSolrServer class for indexing
|
505 |
8 |
|
|a Solr configuration changes that can improve indexing performancePlanning your commit strategy; Using better hardware; Distributed indexing; The SolrCloud solution; Summary; Chapter 2: Customizing the Solr Scoring Algorithm; Relevance calculation; Building a custom scorer; Drawbacks of the TF-IDF model; The information gain model; Implementing the information gain model; Options to TF-IDF similarity; BM25 similarity; DFR similarity; Summary; Chapter 3: Solr Internals and Custom Queries; Working of a scorer on an inverted index; Working of OR and AND clauses; The eDisMax query parser
|
505 |
8 |
|
|a Working of the eDisMax query parserThe minimum should match parameter; Working of filters; Using BRS queries instead of DisMax; Building custom query parser; Proximity search using SWAN queries; Creating a parboiled parser; Building a Solr plugin for SWAN queries; Integrating the SWAN plugin in Solr; Summary; Chapter 4: Solr for Big Data; Introduction to big data; Getting data points using facets; Field faceting; Query and range faceting; Radius faceting for location-based data; The geofilt filter; The bounding box filter; Rectangle filter; Distance function queries; Radius faceting
|
505 |
8 |
|
|a Data analysis using pivot facetingGraphs for analytics; Getting started with Highcharts; Displaying Solr data using Highcharts; Summary; Chapter 5: Solr in E-commerce; Designing an e-commerce search; Handling unclean data; Handling variations in the product; Sorting; Problems and solutions of flash sale searches; Faceting with the option of multi-select; Faceting with hierarchical taxonomy; Faceting with size; Implementing semantic search; Optimizations; Summary; Chapter 6: Solr for Spatial Search; Features of spatial search; Java Topology Suite; Well-known Text; The Spatial4j library
|
505 |
8 |
|
|a Lucene 4 spatial moduleSpatialRecursivePrefixTreeFieldType; BBoxField (to be introduced in Solr 4.10); Indexing for spatial search; Searching and filtering on a spatial index; The bbox query; Distance sort and relevancy boost; Advanced concepts; Quadtree; Indexing data; Searching data; Geohash; Summary; Chapter 7: Using Solr in an Advertising System; Ad system functionalities; Architecture of an ad distribution system; Requirements of an ad distribution system; Schema for a listing ad; Schema for targeted ads; Performance improvements; fieldCache; fieldValueCache; documentCache; filterCache
|
546 |
|
|
|a English.
|
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
|
630 |
0 |
0 |
|a Apache (Computer file : Apache Group)
|
630 |
0 |
7 |
|a Apache (Computer file : Apache Group)
|2 fast
|
650 |
|
0 |
|a Internet searching.
|
650 |
|
0 |
|a Search engines
|x Programming.
|
650 |
|
6 |
|a Recherche sur Internet.
|
650 |
|
6 |
|a Moteurs de recherche
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Search Engines.
|2 bisacsh
|
650 |
|
7 |
|a Internet searching
|2 fast
|
650 |
|
7 |
|a Search engines
|x Programming
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Kumar, Jayant.
|t Apache Solr search patterns : leverage the power of Apache Solr to power up your business by navigating your users to their data quickly and efficiently.
|d Birmingham, England : Packt Publishing, ©2015
|h xi, 292 pages
|k Community experience distilled.
|z 9781783981847
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783981847/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2037693
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11052447
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 985354
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31510314
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12411420
|
994 |
|
|
|a 92
|b IZTAP
|