프로퍼티 | 타입 | 설명 | |
---|---|---|---|
jj_nt | Token | ||
token | Token | ||
token_source |
메소드 | 설명 | |
---|---|---|
Clause ( string field ) : |
||
Conjunction ( ) : int | ||
Disable_tracing ( ) : void |
Disable tracing.
|
|
Enable_tracing ( ) : void |
Enable tracing.
|
|
GenerateParseException ( ) : |
Generate ParseException.
|
|
GetNextToken ( ) : Token |
Get the next Token.
|
|
GetToken ( int index ) : Token |
Get the specific Token.
|
|
Modifiers ( ) : int | ||
Query ( string field ) : |
||
QueryParser ( LuceneVersion matchVersion, string f, |
Constructs a query parser.
|
|
ReInit ( ICharStream stream ) : void |
Reinitialize.
|
|
ReInit ( |
Reinitialize.
|
|
Term ( string field ) : |
||
TopLevelQuery ( string field ) : |
메소드 | 설명 | |
---|---|---|
QueryParser ( ICharStream stream ) : Lucene.Net.Analysis |
Constructor with user supplied ICharStream.
|
|
QueryParser ( |
Constructor with generated Token Manager.
|
메소드 | 설명 | |
---|---|---|
Jj_2_1 ( int xla ) : bool | ||
Jj_3R_2 ( ) : bool | ||
Jj_3R_3 ( ) : bool | ||
Jj_3_1 ( ) : bool | ||
Jj_add_error_token ( int kind, int pos ) : void | ||
Jj_consume_token ( int kind ) : Token | ||
Jj_la1_init_0 ( ) : void | ||
Jj_la1_init_1 ( ) : void | ||
Jj_ntk ( ) : int | ||
Jj_rescan_token ( ) : void | ||
Jj_save ( int index, int xla ) : void | ||
Jj_scan_token ( int kind ) : bool | ||
QueryParser ( ) : Lucene.Net.Analysis |
public GenerateParseException ( ) : |
||
리턴 |
protected QueryParser ( ICharStream stream ) : Lucene.Net.Analysis | ||
stream | ICharStream | |
리턴 | Lucene.Net.Analysis |
public QueryParser ( LuceneVersion matchVersion, string f, |
||
matchVersion | LuceneVersion | Lucene version to match. |
f | string | the default field for query terms. |
a | used to find terms in the query text. | |
리턴 | Lucene.Net.Analysis |
protected QueryParser ( |
||
tm | ||
리턴 | Lucene.Net.Analysis |
public ReInit ( |
||
tm | ||
리턴 | void |
public final TopLevelQuery ( string field ) : |
||
field | string | |
리턴 |