C# Class Lucene.Net.Search.BooleanClause

Show file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method 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 method

Constructs a BooleanClause.
public BooleanClause ( Query query, Occur occur ) : System
query Query
occur Occur
return System

Equals() public method

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

GetHashCode() public method

Returns a hash code value for this object.
public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : System.String
return System.String