Method | Description | |
---|---|---|
Add ( |
Add a filter clause.
|
|
Equals ( Object obj ) : bool |
Equality
|
|
GetDocIdSet ( |
Get the id set for the filter.
|
|
GetHashCode ( ) : int |
Hash code.
|
|
ToString ( ) : String |
String representation.
|
Method | Description | |
---|---|---|
FinalResult ( Lucene.Net.Util.OpenBitSetDISI result, int maxDocs ) : Lucene.Net.Search.DocIdSet |
Method | Description | |
---|---|---|
AppendFilters ( List |
Append individual filters.
|
|
EqualFilters ( List |
Determine equality between two lists.
|
|
GetDISI ( List |
Get the iterator for a specific filter.
|
|
ListHash ( List |
public Add ( |
||
filterClause | The clause to add. | |
return | void |
protected FinalResult ( Lucene.Net.Util.OpenBitSetDISI result, int maxDocs ) : Lucene.Net.Search.DocIdSet | ||
result | Lucene.Net.Util.OpenBitSetDISI | |
maxDocs | int | |
return | Lucene.Net.Search.DocIdSet |
public GetDocIdSet ( |
||
reader | The reader. | |
return | Lucene.Net.Search.DocIdSet |