hey, lemme try to explain:
-
docis the internal docID. it's totally irrelevant to you it's the Nth document in a segment. -
docCountis the total number of documents that have at least one term in the field. For simplicity you can think of it as the number of docs in you index -
docs.deletedis the number of documents marked as deleted. We take them still into account when we score ie.docCountwill contain deleted docs.
hope this helps