Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public Add ( Lucene.Net.Index.Term terms, int position ) : void | ||
terms | Lucene.Net.Index.Term | /// |
position | int | /// |
Результат | void |
public CreateWeight ( |
||
searcher | ||
Результат |
public ExtractTerms ( System |
||
terms | System |
|
Результат | void |
public Rewrite ( Lucene.Net.Index.IndexReader reader ) : |
||
reader | Lucene.Net.Index.IndexReader | |
Результат |
public static TermEquals ( System array1, System array2 ) : bool | ||
array1 | System | |
array2 | System | |
Результат | bool |
public ToString ( System f ) : System.String | ||
f | System | |
Результат | System.String |