Über Practical Apache Lucene 8
Chapter 1: Meeting The Beast -- HoIa Lucene! - 15 pages
This chapter will go over basics of Lucene and search, and give details of basic query structures in Lucene along with the different data structures and types in Lucene which can be diverse in application and usage.
1.What Is Search, Anyway?
2.Meet Lucene
3.Types of Structures In Lucene4.Query Types -- Done The Lucene Way
5.Lucene Vs Relational Databases
Chapter 2: Hello World -- The Lucene Way - 10 pages
This chapter will try out a few basic Lucene queries on a standard data set. User will index some standard data set and query different types of queries on top of it. The user will explore scoring, document level boosting and queries like TopN hits, uses of Collectors.
1.Index Data In Lucene
2.Internals of a Lucene Index
3.Scoring and Boosting
4.Doing your first query
5.TopN Hits -- Why Should I Care About the 100th Hit?
6.Collectors -- The Life Of Your Application
Chapter 3: Build A Personal Desktop File Searcher - 40 pages
This chapter will go over details of building a file searcher using Lucene which will have the capability to search across the entire file system of the user''s computer and provide search results to the user for relevant documents and files given a partial or complete keyword.
1.Basics of Document Searching with Lucene
2.Partial Searches and Matching
3.A Bit About TF/IDF
4.Build The Core of Our Searcher
5.Building the File System Seek and Search Functionality
6.Bringing It All Together
Chapter 4: A Bit About Spatial Indexing - 20 pages
Basics of Spatial Indexing and space vectors. The chapter will cover spatial indexing and querying in Lucene and advanced level details of N dimensional indexing and searching.
1.Spatial Indexing
2.Lucene''s Spatial Indexing Basics3.When To Use Spatial Indexing?
4.N Dimensional Indexing
5.Lucene Spatial Query Types
Chapter 5: Developing A Location Aware Search Engine - 40 pages
This chapter will go over details of building a location aware search engine with representative data set and allowing location constraints to be specified during a search.
1.What is Location Aware Searching?
2.Representing Data As Spatial Data
3.Metadata Searches
4.Combining Searches -- Actual Text and Location Combined
Chapter 6: Create a Text Classifier with Apache Mahout and Lucene - 30 pages
This chapter will go over building a classifier using Apache Mahout, a popular Machine Learning framework and Lucene.
1.What is Mahout?
2.What is a Text Classifier Engine?
3.Building The Model in Mahout
4.Building the Parser in Lucene
5.Bringing It All Together
Chapter 7: Performance Tuning Your Lucene Applications - 15 pages
Performance is key to any search applications and small changes to the application can cause amplified changes to the performance of the application. We will performance benchmark applications, learn common pitfalls and learn best practices to tune performance in search applications with Lucene.
1.Lucene Performance Basics
2.Performance Bench-marking
3.Lucene Performance Tuning
4.Lucene Performance with System Performance Tools
Chapter 8: Your
Mehr anzeigen