Class Zend_Search_Lucene_Search_Query_Phrase

Description

A Query that matches documents containing a particular sequence of terms.

  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Search/Lucene/Search/Query/Phrase.php (line 43)

Zend_Search_Lucene_Search_Query
   |
   --Zend_Search_Lucene_Search_Query_Phrase
Method Summary
Zend_Search_Lucene_Search_Query_Phrase __construct ([array $terms = null], [array $offsets = null], [string $field = null])
void addTerm (Zend_Search_Lucene_Index_Term $term, [integer $position = null])
integer getSlop ()
array getTerms ()
float score (integer $docId, Zend_Search_Lucene $reader)
void setSlop (integer $slop)
void setWeight (integer $num, Zend_Search_Lucene_Search_Weight_Term $weight)
float _exactPhraseFreq (integer $docId)
float _sloppyPhraseFreq (integer $docId, Zend_Search_Lucene $reader)
Variables
Methods
Constructor __construct (line 107)

Class constructor. Create a new prase query.

  • access: public
  • throws: Zend_Search_Lucene_Exception
Zend_Search_Lucene_Search_Query_Phrase __construct ([array $terms = null], [array $offsets = null], [string $field = null])
  • string $field: Field to search.
  • array $terms: Terms to search Array of strings.
  • array $offsets: Relative term positions. Array of integers.
addTerm (line 169)

Adds a term to the end of the query phrase.

The relative position of the term is specified explicitly or the one immediately after the last term added.

  • access: public
void addTerm (Zend_Search_Lucene_Index_Term $term, [integer $position = null])
createWeight (line 215)

Constructs an appropriate Weight implementation for this query.

  • access: public

Redefinition of:
Zend_Search_Lucene_Search_Query::createWeight()
Constructs an appropriate Weight implementation for this query.
getSlop (line 155)

Get slop

  • access: public
integer getSlop ()
getTerms (line 191)

Returns query term

  • access: public
array getTerms ()
score (line 389)

Score specified document

  • access: public
float score (integer $docId, Zend_Search_Lucene $reader)

Redefinition of:
Zend_Search_Lucene_Search_Query::score()
Score specified document
setSlop (line 144)

Set slop

  • access: public
void setSlop (integer $slop)
  • integer $slop
setWeight (line 203)

Set weight for specified term

  • access: public
void setWeight (integer $num, Zend_Search_Lucene_Search_Weight_Term $weight)
_exactPhraseFreq (line 266)

Score calculator for exact phrase queries (terms sequence is fixed)

  • access: public
float _exactPhraseFreq (integer $docId)
  • integer $docId
_sloppyPhraseFreq (line 312)

Score calculator for sloppy phrase queries (terms sequence is fixed)

  • access: public
float _sloppyPhraseFreq (integer $docId, Zend_Search_Lucene $reader)

Inherited Methods

Inherited From Zend_Search_Lucene_Search_Query

Zend_Search_Lucene_Search_Query::createWeight()
Zend_Search_Lucene_Search_Query::getBoost()
Zend_Search_Lucene_Search_Query::reset()
Zend_Search_Lucene_Search_Query::score()
Zend_Search_Lucene_Search_Query::setBoost()
Zend_Search_Lucene_Search_Query::_initWeight()

Documentation generated on Sun, 29 Oct 2006 21:27:28 -0600 by phpDocumentor 1.3.0RC6