A covered query is a query that can be satisfied entirely using an index and does not have to examine any documents. An index covers a query when both of the following apply:
all the fields in the query are part of an index, and
all the fields returned in the results are in the same index