Apache Solr for indexing data :: enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781783553242 1783553243 1783553235 9781783553235 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn935257208 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCL |d SXB |d OCLCQ |d UEJ |d OCLCQ | ||
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 | |
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 | 7 | |a 006.7/6 |2 23 | |
049 | |a MAIN | ||
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. | |
630 | 0 | 0 | |a Lucene (Electronic resource) |0 http://id.loc.gov/authorities/names/n2005054769 |
630 | 0 | 7 | |a Lucene (Electronic resource) |2 fast |
650 | 0 | |a Indexing |x Computer programs. | |
650 | 0 | |a Electronic information resource searching. |0 http://id.loc.gov/authorities/subjects/sh98007624 | |
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 | |
758 | |i has work: |a Apache Solr for Indexing Data (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYGPTw43kYxkgYjcgGwFjy |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
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. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134497 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn935257208 |
---|---|
_version_ | 1816882336719962112 |
adam_text | |
any_adam_object | |
author | Handiekar, Sachin |
author_facet | Handiekar, Sachin |
author_role | aut |
author_sort | Handiekar, Sachin |
author_variant | s h sh |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.8885.L84 |
callnumber-search | TK5105.8885.L84 |
callnumber-sort | TK 45105.8885 L84 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. |
ctrlnum | (OCoLC)935257208 |
dewey-full | 006.7/6 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.7/6 |
dewey-search | 006.7/6 |
dewey-sort | 16.7 16 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08325cam a2200697 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn935257208</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160119s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">IDEBK</subfield><subfield code="d">VT2</subfield><subfield code="d">YDXCP</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UEJ</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006698</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">933586977</subfield><subfield code="a">933713761</subfield><subfield code="a">951974816</subfield><subfield code="a">1259171654</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783553242</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783553243</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783553235</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783553235</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783553235</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781783553235</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)935257208</subfield><subfield code="z">(OCoLC)933586977</subfield><subfield code="z">(OCoLC)933713761</subfield><subfield code="z">(OCoLC)951974816</subfield><subfield code="z">(OCoLC)1259171654</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000703</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.8885.L84</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.7/6</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Handiekar, Sachin,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Apache Solr for indexing data :</subfield><subfield code="b">enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr /</subfield><subfield code="c">Sachin Handiekar, Anshul Johri.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed January 18, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Lucene (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2005054769</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Lucene (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Indexing</subfield><subfield code="x">Computer programs.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Electronic information resource searching.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh98007624</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Indexation (Documentation)</subfield><subfield code="x">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Recherche de l'information électronique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Electronic information resource searching</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Indexing</subfield><subfield code="x">Computer programs</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Apache Solr for Indexing Data (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYGPTw43kYxkgYjcgGwFjy</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Handiekar, Sachin.</subfield><subfield code="t">Apache Solr for Indexing Data.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2015</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134497</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH29879499</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4520752</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1134497</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33469381</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12772112</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn935257208 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:00Z |
institution | BVB |
isbn | 9781783553242 1783553243 1783553235 9781783553235 |
language | English |
oclc_num | 935257208 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Handiekar, Sachin, author. Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / Sachin Handiekar, Anshul Johri. Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Online resource; title from cover page (Safari, viewed January 18, 2016). Includes index. Annotation 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. 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. 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. 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. 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. Lucene (Electronic resource) http://id.loc.gov/authorities/names/n2005054769 Lucene (Electronic resource) fast Indexing Computer programs. Electronic information resource searching. http://id.loc.gov/authorities/subjects/sh98007624 Indexation (Documentation) Logiciels. Recherche de l'information électronique. COMPUTERS General. bisacsh Electronic information resource searching fast Indexing Computer programs fast has work: Apache Solr for Indexing Data (Text) https://id.oclc.org/worldcat/entity/E39PCYGPTw43kYxkgYjcgGwFjy https://id.oclc.org/worldcat/ontology/hasWork Print version: Handiekar, Sachin. Apache Solr for Indexing Data. Birmingham : Packt Publishing, ©2015 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134497 Volltext |
spellingShingle | Handiekar, Sachin Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / Community experience distilled. 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. 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. 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. 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. Lucene (Electronic resource) http://id.loc.gov/authorities/names/n2005054769 Lucene (Electronic resource) fast Indexing Computer programs. Electronic information resource searching. http://id.loc.gov/authorities/subjects/sh98007624 Indexation (Documentation) Logiciels. Recherche de l'information électronique. COMPUTERS General. bisacsh Electronic information resource searching fast Indexing Computer programs fast |
subject_GND | http://id.loc.gov/authorities/names/n2005054769 http://id.loc.gov/authorities/subjects/sh98007624 |
title | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / |
title_auth | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / |
title_exact_search | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / |
title_full | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / Sachin Handiekar, Anshul Johri. |
title_fullStr | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / Sachin Handiekar, Anshul Johri. |
title_full_unstemmed | Apache Solr for indexing data : enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / Sachin Handiekar, Anshul Johri. |
title_short | Apache Solr for indexing data : |
title_sort | apache solr for indexing data enhance your solr indexing experience with advanced techniques and the built in functionalities available in apache solr |
title_sub | enhance your Solr indexing experience with advanced techniques and the built-in functionalities available in Apache Solr / |
topic | Lucene (Electronic resource) http://id.loc.gov/authorities/names/n2005054769 Lucene (Electronic resource) fast Indexing Computer programs. Electronic information resource searching. http://id.loc.gov/authorities/subjects/sh98007624 Indexation (Documentation) Logiciels. Recherche de l'information électronique. COMPUTERS General. bisacsh Electronic information resource searching fast Indexing Computer programs fast |
topic_facet | Lucene (Electronic resource) Indexing Computer programs. Electronic information resource searching. Indexation (Documentation) Logiciels. Recherche de l'information électronique. COMPUTERS General. Electronic information resource searching Indexing Computer programs |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134497 |
work_keys_str_mv | AT handiekarsachin apachesolrforindexingdataenhanceyoursolrindexingexperiencewithadvancedtechniquesandthebuiltinfunctionalitiesavailableinapachesolr |