Method | Description | |
---|---|---|
CreateWeight ( |
||
Equals ( object o ) : bool |
Returns true iff
|
|
ExtractTerms ( ISet |
||
GetHashCode ( ) : int |
Returns a hash code value for this object.
|
|
TermQuery ( Term t ) : System.Diagnostics |
Constructs a query for the term
|
|
TermQuery ( Term t, TermContext states ) : System.Diagnostics |
Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher.
|
|
TermQuery ( Term t, int docFreq ) : System.Diagnostics |
Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher.
|
|
ToString ( string field ) : string |
Prints a user-readable version of this query.
|
public CreateWeight ( |
||
searcher | ||
return |
public TermQuery ( Term t ) : System.Diagnostics | ||
t | Term | |
return | System.Diagnostics |
public TermQuery ( Term t, TermContext states ) : System.Diagnostics | ||
t | Term | |
states | TermContext | |
return | System.Diagnostics |
public TermQuery ( Term t, int docFreq ) : System.Diagnostics | ||
t | Term | |
docFreq | int | |
return | System.Diagnostics |