postings
Get PostingsEnum for the current term. Do not call this when the enum is unpositioned. This method will not return null.
NOTE: the returned iterator may return deleted documents, so deleted documents have to be checked on top of the PostingsEnum.
Use this method if you only require documents and frequencies, and do not need any proximity data. This method is equivalent to .postings
Parameters
pass a prior PostingsEnum for possible reuse
See also
.postings
Get PostingsEnum for the current term, with control over whether freqs, positions, offsets or payloads are required. Do not call this when the enum is unpositioned. This method will not return null.
NOTE: the returned iterator may return deleted documents, so deleted documents have to be checked on top of the PostingsEnum.