Lucene 4 cookbook : over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application
(eBook)

Book Cover
Average Rating
Contributors
Published
Birmingham, UK : Packt Publishing, 2015.
Format
eBook
ISBN
1782162291, 9781782162292
Physical Desc
1 online resource (1 volume) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

General Note
Includes index.
Description
This book is for software developers who are new to Lucene and who want to explore the more advanced topics to build a search engine. Knowledge of Java is necessary to follow the code samples. You will learn core concepts, best practices, and also advanced features, in order to build an effective search application.
Language
English.

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Ng, E., & Mohan, V. (2015). Lucene 4 cookbook: over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application . Packt Publishing.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Ng, Edwood and Vineeth, Mohan. 2015. Lucene 4 Cookbook: Over 70 Hands-on Recipes to Quickly and Effectively Integrate Lucene Into Your Search Application. Packt Publishing.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Ng, Edwood and Vineeth, Mohan. Lucene 4 Cookbook: Over 70 Hands-on Recipes to Quickly and Effectively Integrate Lucene Into Your Search Application Packt Publishing, 2015.

MLA Citation, 9th Edition (style guide)

Ng, Edwood,, and Vineeth Mohan. Lucene 4 Cookbook: Over 70 Hands-on Recipes to Quickly and Effectively Integrate Lucene Into Your Search Application Packt Publishing, 2015.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
c0a4f9cf-c578-310d-9b6c-8cb45957e231-eng
Go To Grouped Work

Grouping Information

Grouped Work IDc0a4f9cf-c578-310d-9b6c-8cb45957e231-eng
Full titlelucene 4 cookbook over 70 hands on recipes to quickly and effectively integrate lucene into your search application
Authorng edwood
Grouping Categorybook
Last Update2024-09-06 16:31:08PM
Last Indexed2024-09-14 04:00:49AM

Book Cover Information

Image Sourcesyndetics
First LoadedSep 3, 2024
Last UsedSep 19, 2024

Marc Record

First DetectedJul 29, 2024 04:01:46 PM
Last File Modification TimeSep 06, 2024 04:36:14 PM

MARC Record

LEADER05745cam a2200589 i 4500
001ocn914287760
003OCoLC
00520240830103855.0
006m     o  d        
007cr unu||||||||
008150722s2015    enka    o     001 0 eng d
0167 |a 018005245|2 Uk
019 |a 913098059|a 1259202363
020 |a 1782162291|q (electronic bk.)
020 |a 9781782162292|q (electronic bk.)
020 |z 1782162283
020 |z 9781782162285
035 |a (OCoLC)914287760|z (OCoLC)913098059|z (OCoLC)1259202363
037 |a 325B66DB-D3DD-4EFF-A45F-89DDAB8A2304|b OverDrive, Inc.|n http://www.overdrive.com
037 |a CL0500000619|b Safari Books Online
040 |a UMI|b eng|e rda|e pn|c UMI|d IDEBK|d EBLCP|d YDXCP|d DEBSZ|d COO|d DEBBG|d OCLCF|d N$T|d TEFOD|d OCLCQ|d MERUC|d CEF|d NLE|d UKMGB|d OCLCQ|d OCLCO|d WYU|d UAB|d AU@|d UKAHL|d OCLCQ|d OCLCO|d VLY|d AJS|d OCLCO|d OCLCQ|d QGK|d OCLCO|d OCLCL
049 |a FMGA
050 4|a TK5105.8885.L84
08204|a 005.7565
1001 |a Ng, Edwood,|e author.
24510|a Lucene 4 cookbook :|b over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application /|c Edwood Ng, Vineeth Mohan.
2463 |a Lucene four cookbook
24630|a Over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application
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
4901 |a Quick answers to common problems
500 |a Includes index.
5050 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Lucene; Introduction; Installing Lucene; Setting up a simple Java Lucene project; Obtaining an IndexWriter; Creating an analyzer; Creating fields; Creating and writing documents to an index; Deleting documents; Obtaining an IndexSearcher; Creating queries with the Lucene QueryParser; Performing a search; Enumerating results; Chapter 2: Analyzing Your Text; Introduction; Obtaining a common analyzer; Obtaining a TokenStream; Obtaining TokenAttribute values
5058 |a Using PositionIncrementAttributeUsing PerFieldAnalyzerWrapper; Defining custom TokenFilters; Defining custom analyzers; Defining custom tokenizers; Defining custom attributes; Chapter 3: Indexing Your Data; Introduction; Obtaining an IndexWriter; Creating a StringField; Creating a TextField; Creating a numeric field; Creating a DocValue Field; Transactional commits and index versioning; Reusing field and document objects per thread; Delving into field norms; Changing similarity implementation used during indexing; Chapter 4: Searching Your Indexes; Introduction; Obtaining IndexReaders
5058 |a Un-inverting single-valued fields in memory with FieldCacheTermVectors; IndexSearcher; Constructing queries; Specifying sort logic; Forming a search result; Pagination; Using Collectors; Sorting with custom FieldComparator; Chapter 5: Near Real-time Searching; Introduction; Using the DirectoryReader to open index in Near Real-Time; Using the SearcherManager to refresh IndexSearcher; Generational indexing with TrackingIndexWriter; Maintaining search sessions with SearcherLifetimeManager; Performance tuning: latency and throughput; Chapter 6: Querying and Filtering Data; Introduction
5058 |a Performing advanced filteringCreating a custom filter; Searching with QueryParser; TermQuery and TermRangeQuery; BooleanQuery; PrefixQuery and WildcardQuery; PhraseQuery and MultiPhraseQuery; FuzzyQuery; NumericRangeQuery; DisjunctionMaxQuery; RegexpQuery; SpanQuery; CustomScoreQuery; Chapter 7: Flexible Scoring; Introduction; Overriding similarity; Implementing the BM25 model; Implementing the language model; Implementing the divergence from randomness model; Implementing the information-based model; Chapter 8: Introducing Elasticsearch; Introduction; Getting Elasticsearch
5058 |a Creating a new indexPredefine field mappings; Adding a document; Deleting a document; Updating a document; Performing bulk indexing; Searching the index; Scaling Elasticsearch; Chapter 9: Extending Lucene with Modules; Introduction; Exploring spatial search; Implementing joins; Performing faceting; Implementing grouping; Employing autosuggest; Implementing highlighting; Index
520 |a This book is for software developers who are new to Lucene and who want to explore the more advanced topics to build a search engine. Knowledge of Java is necessary to follow the code samples. You will learn core concepts, best practices, and also advanced features, in order to build an effective search application.
546 |a English.
5880 |a Online resource; title from cover (Safari, viewed July 16, 2015).
63000|a Lucene (Electronic resource)|0 http://id.loc.gov/authorities/names/n2005054769
63007|a Lucene (Electronic resource)|2 fast
650 0|a Web search engines.|0 http://id.loc.gov/authorities/subjects/sh97007463
7001 |a Mohan, Vineeth,|e author.
758 |i has work:|a Lucene 4 Cookbook (Text)|1 https://id.oclc.org/worldcat/entity/E39PCYrCkqBpTdhXVPTrcrT8RX|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version:|a Ng, Edwood.|t Lucene 4 cookbook : over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application.|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015|h ix, 200 pages|z 9781782162285
830 0|a Quick answers to common problems.|0 http://id.loc.gov/authorities/names/no2015091434
85640|u https://www.aclib.us/OReilly