Method GetDocsWithField
GetDocsWithField(IndexReader, String)
Returns a IBits for a reader's docsWithField (potentially merging on-the-fly)
This is a slow way to access this bitset. Instead, access them per-segment with GetDocsWithField(String)
Declaration
public static IBits GetDocsWithField(IndexReader r, string field)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | r | |
System.String | field |
Returns
Type | Description |
---|---|
IBits |