I was just reading about indexing and discovered that there are two main data structures which can be used for indexing namely 1) Inverted Indexes 2) Suffix Tree
So to me it appears that Suffix Tree naturally due to its structures has no need to use join queries for answering phrases if it Indexes the text of whole document as a single string.
So why are people still using/talking about inverted index ?