Elasticsearch - Basics and Architecture
Given these documents indexed:
Doc1: "cat dog cat"
Doc2: "dog mouse"
Doc3: "cat mouse dog"
What documents will the inverted index list for the term "dog"?
Doc1: "cat dog cat"
Doc2: "dog mouse"
Doc3: "cat mouse dog"
What documents will the inverted index list for the term "dog"?
