Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetDocIdSet ( Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs ) : Lucene.Net.Search.DocIdSet | ||
GetHashCode ( ) : int | ||
TermsFilter ( ) : System |
Creates a new TermsFilter from the given array. The array can contain duplicate terms and multiple fields.
|
|
TermsFilter ( List |
Creates a new TermsFilter from the given list. The list can contain duplicate terms and multiple fields.
|
|
TermsFilter ( string field ) : System |
Creates a new TermsFilter from the given BytesRef array for a single field.
|
|
TermsFilter ( string field, List |
Creates a new TermsFilter from the given BytesRef list for a single field.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
TermsFilter ( FieldAndTermEnum iter, int length ) : System |
public GetDocIdSet ( Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs ) : Lucene.Net.Search.DocIdSet | ||
context | Lucene.Net.Index.AtomicReaderContext | |
acceptDocs | Bits | |
return | Lucene.Net.Search.DocIdSet |
public TermsFilter ( string field, List |
||
field | string | |
terms | List |
|
return | System |