Method | Description | |
---|---|---|
Add ( Lucene.Net.Index.Term term ) : void |
Add a single term at the next position in the phrase.
|
|
Add ( Lucene.Net.Index.Term terms, int position ) : void |
Allows to specify the relative position of terms within the phrase.
|
|
CreateWeight ( |
||
Equals ( System o ) : bool |
Returns true if
|
|
ExtractTerms ( System |
||
GetHashCode ( ) : int |
Returns a hash code value for this object.
|
|
GetPositions ( ) : int[] |
Returns the relative positions of terms in this phrase.
|
|
Rewrite ( Lucene.Net.Index.IndexReader reader ) : |
||
TermEquals ( System array1, System array2 ) : bool | ||
ToString ( System f ) : System.String |
Prints a user-readable version of this query.
|
Method | Description | |
---|---|---|
ArraysHashCode ( Lucene.Net.Index.Term termArray ) : int | ||
GetTermArrays ( ) : System.Collections.Generic.IList |
||
TermArraysEquals ( System |
||
TermArraysHashCode ( ) : int |
public Add ( Lucene.Net.Index.Term term ) : void | ||
term | Lucene.Net.Index.Term | |
return | void |
public Add ( Lucene.Net.Index.Term terms, int position ) : void | ||
terms | Lucene.Net.Index.Term | /// |
position | int | /// |
return | void |
public CreateWeight ( |
||
searcher | ||
return |
public Rewrite ( Lucene.Net.Index.IndexReader reader ) : |
||
reader | Lucene.Net.Index.IndexReader | |
return |
public static TermEquals ( System array1, System array2 ) : bool | ||
array1 | System | |
array2 | System | |
return | bool |