C# Class Lucene.Net.Search.TermsFilter

A filter that contains multiple terms.
Inheritance: Filter
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Protected Properties

Свойство Type Description
terms ISet

Méthodes publiques

Méthode Description
AddTerm ( Lucene.Net.Index.Term term ) : void

Add a term to the set.

Equals ( Object obj ) : bool
GetDocIdSet ( IndexReader reader ) : Lucene.Net.Search.DocIdSet

Get the DocIdSet.

GetHashCode ( ) : int
ToString ( ) : string

Method Details

AddTerm() public méthode

Add a term to the set.
public AddTerm ( Lucene.Net.Index.Term term ) : void
term Lucene.Net.Index.Term The term to add.
Résultat void

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetDocIdSet() public méthode

Get the DocIdSet.
public GetDocIdSet ( IndexReader reader ) : Lucene.Net.Search.DocIdSet
reader Lucene.Net.Index.IndexReader Applcible reader.
Résultat Lucene.Net.Search.DocIdSet

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

terms protected_oe property

The set of terms for this filter.
protected ISet terms
Résultat ISet