Analyzers in elasticsearch
Let me give you a short answer. An analyzer is used at index Time and at search Time. It’s used to create an index of terms. To index a phrase, it could be useful to break it in words. Here comes the analyzer. It applies tokenizers and token filters. A tokenizer could be a Whitespace … Read more