Saved Bookmarks
| 1. |
What Is A Tokenizer In Elasticsearch ? |
|
Answer» A Tokenizer breakdown FIELDS VALUES of a document into a STREAM, and inverted INDEXES are created and updates USING these values, and these stream of values are stored in the document. A Tokenizer breakdown fields values of a document into a stream, and inverted indexes are created and updates using these values, and these stream of values are stored in the document. |
|