Class ZSearchQueryToken

Description

Located in /incubator/Zend/Search/Lucene/search/ZSearchQueryToken.php (line 32)


	
			
Class Constant Summary
Variable Summary
 integer $text
 integer $type
Method Summary
 ZSearchQueryToken __construct ($tokType $tokType, $tokText $tokText)
Variables
integer $text (line 70)

Token text.

  • access: public
integer $type (line 63)

Token type.

  • access: public
Methods
Constructor __construct (line 79)

IndexReader constructor needs token type and token text as a parameters.

  • access: public
ZSearchQueryToken __construct ($tokType $tokType, $tokText $tokText)
  • $tokType $tokType: integer
  • $tokText $tokText: string
Class Constants
TOKTYPE_BRACKET = 3 (line 55)

Token type Bracket.

'(' or ')'

TOKTYPE_FIELD = 1 (line 43)

Token type Field.

Field indicator in 'field:word' pair

TOKTYPE_SIGN = 2 (line 49)

Token type Sign.

'+' (required) or '-' (absentee) sign

TOKTYPE_WORD = 0 (line 37)

Token type Word.

Documentation generated on Wed, 08 Mar 2006 04:56:53 -0800 by phpDocumentor 1.3.0RC4