Lucene in Action, second edition --Coming soon!

chineselio 2008-06-25
Lucene in Action, Second Edition
EARLY ACCESS EDITION
------------------------------------------------
Erik Hatcher, Otis Gospodnetić, Mike McCandless, and Michael Busch

MEAP Release: May 2008
Softbound print: February 2009 (est.) | 475 pages
ISBN: 1933988177
------------------------------------------------
What's been updated in the Second Edition?

    * Updating and deleting documents using IndexWriter
    * Using the different LockFactory, DeletionPolicy, MergePolicy and MergeScheduler implementations that have been factored out.
    * Using the new autoCommit option in IndexWriter
    * Understanding simplifications to Lucene's locking
    * Adding payloads to your index and using them with BoostingTermQuery
    * Using Function queries
    * Using FieldSelector to speed up loading of stored fields
    * Using IndexReader.reopen() to efficiently opening a new reader from an existing one
    * Measuring performance using the "benchmark" contrib package
    * Tuning the indexing or searching speed
    * Using threads to gain concurrency
    * Managing resources like memory, disk, and file descriptors usage
    * Making a backup copy of your index without pausing indexing.
    * Debugging common problems

Lucene in Action, Second Edition, completely revises and updates the best-selling first edition and remains the authoritative book on Lucene. This book shows you how to index your documents, including types such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, and filtering, and covers the numerous changes to Lucene since the first edition. All source code has been updated to current Lucene 2.3APIs.
imjl 2008-06-26
对我而言意义不大。
grantbb 2008-06-26
有一些新特性的介绍,不错。

有些现在已经用上了,比如:MergeScheduler/FieldSelector
IndexReader.reopen()
Global site tag (gtag.js) - Google Analytics