Reference says that an Analyzer takes a piece of text, tokenizes it using a Tokenizer, and then mutates resulting list of tokens using specified Token Filters. Thus, if I understand correctly, the output of an analyzer is some set of tokens. in the context of indexing a Document, are those tokens == Terms? In other words are terms 'Tokens' and 'Terms' synonyms?
-- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8590cbb5-911a-46bb-8ed1-a5485cb4f6df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
