fieldLengths property

Map<FieldRef, int> fieldLengths
getter/setter pair

Keeps track of the length of documents added to the index.

Implementation

Map<FieldRef, int> fieldLengths = {};