Method GetDocIdSet
GetDocIdSet(IndexReader)
Creates a Doc
Note: This method will be called once per segment in
the index during searching. The returned Doc
Declaration
public abstract DocIdSet GetDocIdSet(IndexReader reader)
Parameters
Type | Name | Description |
---|---|---|
Index |
reader | A Index |
Returns
Type | Description |
---|---|
Doc |
a DocIdSet that provides the documents which should be permitted or prohibited in search results. NOTE: null can be returned if no documents will be accepted by this Filter. |