C# Class Lucene.Net.Search.ConstantScoreQuery

Inheritance: Query
Mostra file Open project: synhershko/lucene.net Class Usage Examples

Protected Properties

Property Type Description
internalFilter Filter

Public Methods

Method Description
Clone ( ) : Object
ConstantScoreQuery ( Filter filter ) : System
CreateWeight ( Searcher searcher ) : Weight
Equals ( System o ) : bool

Returns true if o is equal to this.

ExtractTerms ( System terms ) : void
GetHashCode ( ) : int

Returns a hash code value for this object.

Rewrite ( IndexReader reader ) : Query
ToString ( System field ) : System.String

Prints a user-readable version of this query.

Method Details

Clone() public method

public Clone ( ) : Object
return System.Object

ConstantScoreQuery() public method

public ConstantScoreQuery ( Filter filter ) : System
filter Filter
return System

CreateWeight() public method

public CreateWeight ( Searcher searcher ) : Weight
searcher Searcher
return Weight

Equals() public method

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

ExtractTerms() public method

public ExtractTerms ( System terms ) : void
terms System
return void

GetHashCode() public method

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

Rewrite() public method

public Rewrite ( IndexReader reader ) : Query
reader Lucene.Net.Index.IndexReader
return Query

ToString() public method

Prints a user-readable version of this query.
public ToString ( System field ) : System.String
field System
return System.String

Property Details

internalFilter protected_oe property

protected Filter,Lucene.Net.Search internalFilter
return Filter