fillFields

Given a queue Entry, creates a corresponding FieldDoc that contains the values used to sort the given document. These values are not the raw values out of the index, but the internal representation of them. This is so the given search hit can be collated by a MultiSearcher with other search hits.

Return

The newly created FieldDoc

Parameters

entry

The Entry used to create a FieldDoc

See also