C# Class Lucene.Net.Search.BooleanClause

Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
BooleanClause ( Query query, Occur occur ) : System

Constructs a BooleanClause.

Equals ( System o ) : bool

Returns true if o is equal to this.

GetHashCode ( ) : int

Returns a hash code value for this object.

ToString ( ) : System.String

Method Details

BooleanClause() public méthode

Constructs a BooleanClause.
public BooleanClause ( Query query, Occur occur ) : System
query Query
occur Occur
Résultat System

Equals() public méthode

Returns true if o is equal to this.
public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

Returns a hash code value for this object.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String