API Documentation

Search/Lucene/Search/QueryEntry/Subquery.php

Includes 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: Subquery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Search_Lucene_Search_QueryEntry_Subquery

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_Subquery

Extends from
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
$_query
Methods
__construct
processFuzzyProximityModifier
getQuery

Description

Properties

$_query

Zend_Search_Lucene_Search_Query $_query = ''

Query

Details

$_query
Zend_Search_Lucene_Search_Query
visibility
private
default
final
false
static
false

Methods

__construct

__construct( Zend_Search_Lucene_Search_Query $query ) :

Object constractor

Arguments
$query
Zend_Search_Lucene_Search_Query
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
throws
Documentation was generated by DocBlox.