更新时间:2021-04-02 10:01:00
coverpage
Apache Solr High Performance
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Installing Solr
Prerequisites for Solr
Summary
Chapter 2. Boost Your Search
Scoring
The dismax query parser
Function queries
Chapter 3. Performance Optimization
Solr performance factors
Solr caching
Using SolrCloud
Near real-time search
Chapter 4. Additional Performance Optimization Techniques
Documents similar to those returned in the search result
Sorting results by function values
Searching for homophones
Ignore the defined words from being searched
Chapter 5. Troubleshooting
Dealing with the corrupt index
Reducing the file count in the index
Dealing with the locked index
Truncating the index size
Dealing with a huge count of open files
Dealing with out-of-memory issues
Dealing with an infinite loop exception in shards
Dealing with expensive garbage collection
Bulk updating a single field without full indexation
Chapter 6. Performance Optimization with ZooKeeper
Getting familiar with ZooKeeper
Setting up configuring and deploying ZooKeeper
Applications of ZooKeeper
Appendix A. Resources
Index