Method GetDocsWithField
GetDocsWithField(FieldInfo)
Returns a IBits at the size of reader.MaxDoc
,
with turned on bits for each docid that does have a value for this field.
The returned instance need not be thread-safe: it will only be
used by a single thread.
Declaration
public abstract IBits GetDocsWithField(FieldInfo field)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | field |
Returns
Type | Description |
---|---|
IBits |