Search/Lucene/Search/Query/Wildcard.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Search_Lucene  
Subpackage
Search  
Version
$Id$  

\Zend_Search_Lucene_Search_Query_Wildcard

Package: Zend_Search_Lucene\Search
Parent(s)
\Zend_Search_Lucene_Search_Query
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivatearray $_matches = null
Matched terms.
Matched terms list. It's filled during the search (rewrite operation) and may be used for search result post-processing Array of Zend_Search_Lucene_Index_Term objects
Default valuenullDetails
Type
array
>VPropertyprivateinteger $_minPrefixLength = 3
static
Minimum term prefix length (number of minimum non-wildcard characters)
Default value3Details
Type
integer
>VPropertyprivate\Zend_Search_Lucene_Index_Term $_pattern
Search pattern.
Field has to be fully specified or has to be null Text may contain '*' or '?' symbols
Details
Type
\Zend_Search_Lucene_Index_Term

Methods

methodpublic__construct(\Zend_Search_Lucene_Index_Term $pattern) : void

Zend_Search_Lucene_Search_Query_Wildcard constructor.

Parameters
NameTypeDescription
$pattern\Zend_Search_Lucene_Index_Term
methodpublic__toString() : string

Print a query

Returns
TypeDescription
string
methodprivate_getPrefix(string $word) : string
static

Get terms prefix

Parameters
NameTypeDescription
$wordstring
Returns
TypeDescription
string
methodprotected_highlightMatches(\Zend_Search_Lucene_Search_Highlighter_Interface $highlighter) : void

Query specific matches highlighting

Parameters
NameTypeDescription
$highlighter\Zend_Search_Lucene_Search_Highlighter_Interface

Highlighter object (also contains doc for highlighting)

methodpubliccreateWeight(\Zend_Search_Lucene_Interface $reader) : \Zend_Search_Lucene_Search_Weight

Constructs an appropriate Weight implementation for this query.

Parameters
NameTypeDescription
$reader\Zend_Search_Lucene_Interface
Returns
TypeDescription
\Zend_Search_Lucene_Search_Weight
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicexecute(\Zend_Search_Lucene_Interface $reader, \Zend_Search_Lucene_Index_DocsFilter | null $docsFilter = null) : void

Execute query in context of index reader It also initializes necessary internal structures

Parameters
NameTypeDescription
$reader\Zend_Search_Lucene_Interface
$docsFilter\Zend_Search_Lucene_Index_DocsFilter | null
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicgetMinPrefixLength() : integer
static

Get minimum prefix length

Returns
TypeDescription
integer
methodpublicgetPattern() : \Zend_Search_Lucene_Index_Term

Returns query pattern

Returns
TypeDescription
\Zend_Search_Lucene_Index_Term
methodpublicgetQueryTerms() : array

Return query terms

Returns
TypeDescription
array
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicmatchedDocs() : array

Get document ids likely matching the query

It's an array with document ids as keys (performance considerations)
Returns
TypeDescription
array
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicoptimize(\Zend_Search_Lucene_Interface $index) : \Zend_Search_Lucene_Search_Query

Optimize query in the context of specified index

Parameters
NameTypeDescription
$index\Zend_Search_Lucene_Interface
Returns
TypeDescription
\Zend_Search_Lucene_Search_Query
methodpublicrewrite(\Zend_Search_Lucene_Interface $index) : \Zend_Search_Lucene_Search_Query

Re-write query into primitive queries in the context of specified index

Parameters
NameTypeDescription
$index\Zend_Search_Lucene_Interface
Returns
TypeDescription
\Zend_Search_Lucene_Search_Query
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicscore(integer $docId, \Zend_Search_Lucene_Interface $reader) : float

Score specified document

Parameters
NameTypeDescription
$docIdinteger
$reader\Zend_Search_Lucene_Interface
Returns
TypeDescription
float
Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicsetMinPrefixLength(integer $minPrefixLength) : void
static

Set minimum prefix length

Parameters
NameTypeDescription
$minPrefixLengthinteger
Documentation was generated by phpDocumentor 2.2.0 .