Lucene Tutorial
Lucene Useful Resources
Selected Reading
- Lucene - Sorting
- Lucene - Analysis
- Lucene - Query Programming
- Lucene - Search Operation
- Lucene - Indexing Operations
- Lucene - Indexing Process
- Lucene - Searching Classes
- Lucene - Indexing Classes
- Lucene - First Application
- Lucene - Environment Setup
- Lucene - Overview
- Lucene - Home
Lucene Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Lucene - Indexing Operations
Lucene - Indexing Operations
In this chapter, we ll discuss the four major operations of indexing. These operations are useful at various times and are used throughout of a software search apppcation.
Indexing Operations
Following is a pst of commonly-used operations during indexing process.
S.No. | Operation & Description |
---|---|
1 | This operation is used in the initial stage of the indexing process to create the indexes on the newly available content. |
2 | This operation is used to update indexes to reflect the changes in the updated contents. It is similar to recreating the index. |
3 | This operation is used to update indexes to exclude the documents which are not required to be indexed/searched. |
4 | Field options specify a way or control the ways in which the contents of a field are to be made searchable. |