Solr Cookbook : (Record no. 46755)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 11131nam a22004933i 4500 |
001 - CONTROL NUMBER | |
control field | EBC1931591 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729123412.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2015 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781783553167 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781783553150 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC1931591 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL1931591 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr11011958 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL714459 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)904442181 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | TK5105.884.K87 2015 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Kuc, Rafal. |
245 10 - TITLE STATEMENT | |
Title | Solr Cookbook : |
Remainder of title | Solve Real-Time Problems Related to Apache Solr 4. x and 5. 0 Effectively with the Help of over 100 Easy-to-follow Recipes. |
250 ## - EDITION STATEMENT | |
Edition statement | 3rd ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Birmingham : |
Name of producer, publisher, distributor, manufacturer | Packt Publishing, Limited, |
Date of production, publication, distribution, manufacture, or copyright notice | 2015. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2015. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (423 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Intro -- Solr Cookbook Third Edition -- Table of Contents -- Solr Cookbook Third Edition -- Credits -- About the Author -- Acknowledgments -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers, and more -- Why subscribe? -- Free access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Sections -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Apache Solr Configuration -- Introduction -- Running Solr on a standalone Jetty -- Getting ready -- How to do it... -- How it works... -- There's more... -- I want Jetty to run on a different port -- Buffer size is too small -- Installing ZooKeeper for SolrCloud -- Getting ready -- How to do it... -- How it works... -- Migrating configuration from master-slave to SolrCloud -- Getting ready -- How to do it... -- How it works... -- Choosing the proper directory configuration -- How to do it... -- How it works... -- Configuring the Solr spellchecker -- How to do it... -- How it works... -- There's more... -- More than one spellchecker -- Using Solr in a schemaless mode -- How to do it... -- How it works... -- Limiting I/O usage -- Getting ready -- How to do it... -- How it works... -- Using core discovery -- How to do it... -- How it works... -- There's more... -- Configuring SolrCloud for NRT use cases -- How to do it... -- How it works... -- Configuring SolrCloud for high-indexing use cases -- Getting ready -- How to do it... -- How it works... -- Configuring SolrCloud for high-querying use cases -- Getting ready -- How to do it... -- How it works... -- Configuring the Solr heartbeat mechanism -- How to do it... -- How it works... -- There's more. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Enabling and disabling the heartbeat mechanism -- Changing similarity -- Getting ready -- How to do it... -- How it works... -- There's more... -- Changing the global similarity -- 2. Indexing Your Data -- Introduction -- Indexing PDF files -- How to do it... -- How it works... -- Counting the number of fields -- How to do it... -- How it works... -- Using parsing update processors to parse data -- Getting ready -- How to do it... -- How it works... -- See also -- Using scripting update processors to modify documents -- Getting ready -- How to do it... -- How it works... -- See also -- Indexing data from a database using Data Import Handler -- How to do it... -- How it works... -- There's more... -- How to change the default behavior of deleting index contents at the beginning of a full import -- Incremental imports with DIH -- Getting ready -- How to do it... -- How it works... -- See also -- Transforming data when using DIH -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using scripts other than JavaScript -- Indexing multiple geographical points -- How to do it... -- How it works... -- See also -- Updating document fields -- How to do it... -- How it works... -- Detecting the document language during indexation -- How to do it... -- How it works... -- There's more... -- Language identification based on Apache Tika -- Optimizing the primary key indexation -- How to do it... -- How it works... -- See also -- Handling multiple currencies -- How to do it... -- How it works... -- There's more... -- Setting up your own currency provider -- 3. Analyzing Your Text Data -- Introduction -- Using the enumeration type -- How to do it... -- How it works... -- Removing HTML tags during indexing -- How to do it... -- How it works... -- There's more... -- Preserving defined tags -- See also -- Storing data outside of Solr index. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | How to do it... -- How it works... -- Using synonyms -- How to do it... -- How it works... -- There's more... -- Equivalent synonyms setup -- See also -- Stemming different languages -- How to do it... -- How it works... -- There's more... -- Using nonaggressive stemmers -- How to do it... -- How it works... -- There's more... -- Using the n-gram approach to do performant trailing wildcard searches -- How to do it... -- How it works... -- Using position increment to divide sentences -- How to do it... -- How it works... -- Using patterns to replace tokens -- How to do it... -- How it works... -- There's more... -- Using solr.PatternReplaceCharFilterFactory -- 4. Querying Solr -- Introduction -- Understanding and using the Lucene query language -- How to do it... -- How it works... -- See also -- Using position aware queries -- How to do it... -- How it works... -- There's more... -- Too many generated queries -- Using boosting with autocomplete -- How to do it... -- How it works... -- Phrase queries with shingles -- How to do it... -- How it works... -- See also -- Handling user queries without errors -- Getting ready -- How to do it... -- How it works... -- See also -- Handling hierarchies with nested documents -- How to do it... -- How it works... -- There's more... -- Returning children documents in the query -- Sorting data on the basis of a function value -- How to do it... -- How it works... -- Controlling the number of terms needed to match -- Getting ready -- How to do it... -- How it works... -- See also -- Affecting document score using function queries -- How to do it... -- How it works... -- See also -- Using simple nested queries -- How to do it... -- How it works... -- Using the Solr document query join functionality -- How to do it... -- How it works... -- Handling typos with n-grams -- How to do it... -- How it works. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Rescoring query results -- How to do it... -- How it works... -- 5. Faceting -- Introduction -- Getting the number of documents with the same field value -- How to do it... -- How it works... -- There's more... -- How to show facets with counts greater than zero -- Lexicographical sorting of the faceting results -- Getting the number of documents with the same value range -- How to do it... -- How it works... -- Getting the number of documents matching the query and subquery -- How to do it... -- How it works... -- Removing filters from faceting results -- Getting ready -- How to do it... -- How it works... -- Using decision tree faceting -- How to do it... -- How it works... -- Calculating faceting for relevant documents in groups -- Getting ready -- How to do it... -- How it works... -- Improving faceting performance for low cardinality fields -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using per segment field cache for faceting calculation -- Specifying the number of faceting threads -- 6. Improving Solr Performance -- Introduction -- Handling deep paging efficiently -- How to do it... -- How it works... -- See also -- Configuring the document cache -- Getting ready -- How to do it... -- How it works... -- Configuring the query result cache -- Getting ready -- How to do it... -- How it works... -- Configuring the filter cache -- Getting ready -- How to do it... -- How it works... -- Improving Solr query performance after the start and commit operations -- How to do it... -- How it works... -- There's more... -- Improving Solr performance after committing operations -- Lowering the memory consumption of faceting and sorting -- How to do it... -- How it works... -- Speeding up indexing with Solr segment merge tuning -- How to do it... -- How it works... -- There's more. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Increasing the RAM buffer size to improve the indexing throughput -- Speeding up querying with merge policy tuning -- See also -- Avoiding caching of rare filters to improve the performance -- How to do it... -- How it works... -- Controlling the filter execution to improve expensive filter performance -- Getting ready -- How to do it... -- How it works... -- Configuring numerical fields for high-performance sorting and range queries -- How to do it... -- How it works... -- See also -- 7. In the Cloud -- Introduction -- Creating a new SolrCloud cluster -- Getting ready -- How to do it... -- How it works... -- There's more... -- Starting an embedded ZooKeeper server -- Specifying the Solr server name -- Setting up multiple collections on a single cluster -- Getting ready -- How to do it... -- How it works... -- Splitting shards -- Getting ready -- How to do it... -- How it works... -- Having more than a single shard from a collection on a node -- Getting ready -- How to do it... -- How it works... -- Creating a collection on defined nodes -- Getting ready -- How to do it... -- How it works... -- Adding replicas after collection creation -- Getting ready -- How to do it... -- How it works... -- Removing replicas -- Getting ready -- How to do it... -- How it works... -- Moving shards between nodes -- Getting ready -- How to do it... -- How it works... -- Using aliasing -- Getting ready -- How to do it... -- How it works... -- Using routing -- Getting ready -- How to do it... -- How it works... -- 8. Using Additional Functionalities -- Introduction -- Finding similar documents -- How to do it... -- How it works... -- Highlighting fragments found in documents -- How to do it... -- How it works... -- There's more... -- Changing the default HTML tags that surround the matched content -- Efficient highlighting -- How to do it... -- How it works. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Using versioning. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Search engines -- Programming. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Web search engines. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Kuc, Rafal |
Title | Solr Cookbook |
Place, publisher, and date of publication | Birmingham : Packt Publishing, Limited,c2015 |
International Standard Book Number | 9781783553150 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=1931591">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=1931591</a> |
Public note | Click to View |
No items available.