The index creation process for full-text search generally has the following steps:
1. Some documents that need to be indexed.
2. Pass the original document to the word segmentation component (Tokenizer).
3. Pass the obtained token (Token) to the language processing component (Linguistic Processor).
4. Pass the obtained word (Term) to the index component (Indexer).