API Documentation

Search/Lucene/Search/QueryEntry.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Search
version
$Id: QueryEntry.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Search_Lucene_Search_QueryEntry

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Search_Lucene_Search_QueryEntry

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Search
Properties
$_boost
Methods
processFuzzyProximityModifier
getQuery
boost

Description

Properties

$_boost

float $_boost = '1.0'

Query entry boost factor

Details

$_boost
float
visibility
protected
default
1.0
final
false
static
false

Methods

boost

boost( float $boostFactor ) :

Boost query entry

Arguments
$boostFactor
float
Details
visibility
public
final
false
static
false

getQuery

getQuery( string $encoding ) : Zend_Search_Lucene_Search_Query

Transform entry to a subquery

Arguments
$encoding
string
Details
visibility
public
final
false
static
false

processFuzzyProximityModifier

processFuzzyProximityModifier( mixed $parameter = null ) :

Process modifier ('~')

Arguments
$parameter
mixed
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.