Cargando…

Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Handiekar, Sachin (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn935257208
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160119s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d N$T  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d NLE  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
016 7 |a 018006698  |2 Uk 
019 |a 933586977  |a 933713761  |a 951974816  |a 1259171654 
020 |a 9781783553242  |q (electronic bk.) 
020 |a 1783553243  |q (electronic bk.) 
020 |a 1783553235 
020 |a 9781783553235 
020 |z 9781783553235 
024 3 |a 9781783553235 
029 1 |a DEBBG  |b BV043893503 
029 1 |a DEBBG  |b BV043968653 
029 1 |a DEBSZ  |b 473885158 
029 1 |a DEBSZ  |b 485791609 
029 1 |a GBVCP  |b 882751255 
029 1 |a UKMGB  |b 018006698 
035 |a (OCoLC)935257208  |z (OCoLC)933586977  |z (OCoLC)933713761  |z (OCoLC)951974816  |z (OCoLC)1259171654 
037 |a CL0500000703  |b Safari Books Online 
050 4 |a TK5105.8885.L84 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.7/6  |2 23 
049 |a UAMI 
100 1 |a Handiekar, Sachin,  |e author. 
245 1 0 |a Apache Solr for indexing data :  |b enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr /  |c Sachin Handiekar, Anshul Johri. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
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 Community experience distilled 
588 0 |a Online resource; title from cover page (Safari, viewed January 18, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache SolrAbout This Book Learn about distributed indexing and real-time optimization to change index data on fly Index data from various sources and web crawlers using built-in analyzers and tokenizers This step-by-step guide is packed with real-life examples on indexing dataWho This Book Is ForThis book is for developers who want to increase their experience of indexing in Solr by learning about the various index handlers, analyzers, and methods available in Solr. Beginner level Solr development skills are expected. What You Will Learn Get to know the basic features of Solr indexing and the analyzers/tokenizers available Index XML/JSON data in Solr using the HTTP Post tool and CURL command Work with Data Import Handler to index data from a database Use Apache Tika with Solr to index word documents, PDFs, and much more Utilize Apache Nutch and Solr integration to index crawled data from web pages Update indexes in real-time data feeds Discover techniques to index multi-language and distributed data in Solr Combine the various indexing techniques into a real-life working example of an online shopping web applicationIn DetailApache Solr is a widely used, open source enterprise search server that delivers powerful indexing and searching features. These features help fetch relevant information from various sources and documentation. Solr also combines with other open source tools such as Apache Tika and Apache Nutch to provide more powerful features. This fast-paced guide starts by helping you set up Solr and get acquainted with its basic building blocks, to give you a better understanding of Solr indexing. You'll quickly move on to indexing text and boosting the indexing time. Next, you'll focus on basic indexing techniques, various index handlers designed to modify documents, and indexing a structured data source through Data Import Handler. Moving on, you will learn techniques to perform real-time indexing and atomic updates, as well as more advanced indexing techniques such as de-duplication. Later on, we'll help you set up a cluster of Solr servers that combine fault tolerance and high availability. You will also gain insights into working scenarios of different aspects of Solr and how to use Solr with e-commerce data. By the end of the book, you will be competent and confident working with indexing and will have a good knowledge base to efficiently program elements. Style and approachThis fast-paced guide is packed with examples that are written in an easy-to-follow style, and are accompanied by detailed explanation. Working examples are included to help you get better results for your applications. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Overview and installation of Solr; Installing Solr in OS X (Mac); Running Solr; Installing Solr in Windows; Installing Solr on Linux; The Solr architecture and directory structure; Solr directory structure; Cores in Solr (Multicore Solr); Summary; Chapter 2: Understanding Analyzers, Tokenizers, and Filters; Introducing analyzers; Analysis phases; Tokenizers; Standard tokenizer; Keyword tokenizer; Lowercase tokenizer; N-gram tokenizer; Filters. 
505 8 |a Lowercase filterSynonym filter; Porter stem filter; Running your analyzer; Summary; Chapter 3: Indexing Data; Indexing data in Solr; Introducing field types; Defining fields; Defining an unique key; Copy fields and dynamic fields; Building our musicCatalogue example; Using the Solr Admin UI; Facet searching; Summary; Chapter 4: Index Data -- Basic Technique and Using Index Handlers; Inserting data into Solr; Configuring UpdateRequestHandler; Indexing documents using XML; Adding and updating documents; Deleting a document; Indexing documents using JSON; Adding a single document. 
505 8 |a Adding multiple JSON documentsSequential JSON update commands; Indexing updates using CSV; Summary; Chapter 5: Index Data Using Structured Data Source Using DIH; Indexing data from MySQL; Configuring datasource; DIH commands; Indexing data using XPath; Summary; Chapter 6: Indexing Data Using Apache Tika; Introducing Apache Tika; Configuring Apache Tika in Solr; Indexing PDF and Word documents; Summary; Chapter 7: Apache Nutch; Introducing Apache Nutch; Installing Apache Nutch; Configuring Solr with Nutch; Summary; Chapter 8: Commits, Real-Time Index Optimizations, and Atomic Updates. 
505 8 |a Understanding soft commit, optimize, and hard commitUsing atomic updates in Solr; Using RealTime Get; Summary; Chapter 9: Advanced Topics -- Multilanguage, Deduplication, and Others; Multilanguage indexing; Removing duplicate documents (deduplication); Content streaming; UIMA integration with Solr; Summary; Chapter 10: Distributed Indexing; Setting up SolrCloud; The collections API; Updating configuration files; Distributed indexing and searching; Summary; Chapter 11: Case Study of Using Solr in E-Commerce; Creating an AutoSuggest feature; Facet navigation; Search filtering and sorting. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Lucene (Electronic resource) 
630 0 7 |a Lucene (Electronic resource)  |2 fast 
650 0 |a Indexing  |x Computer programs. 
650 0 |a Electronic information resource searching. 
650 6 |a Indexation (Documentation)  |x Logiciels. 
650 6 |a Recherche de l'information électronique. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Electronic information resource searching  |2 fast 
650 7 |a Indexing  |x Computer programs  |2 fast 
776 0 8 |i Print version:  |a Handiekar, Sachin.  |t Apache Solr for Indexing Data.  |d Birmingham : Packt Publishing, ©2015 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783553235/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29879499 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520752 
938 |a EBSCOhost  |b EBSC  |n 1134497 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33469381 
938 |a YBP Library Services  |b YANK  |n 12772112 
994 |a 92  |b IZTAP