Search/Lucene/Analysis/Analyzer/Common/Utf8.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
Analysis  
Version
$Id$  

\Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8

Package: Zend_Search_Lucene\Analysis
Common implementation of the Zend_Search_Lucene_Analysis_Analyzer interface.
There are several standard standard subclasses provided by Zend_Search_Lucene/Analysis subpackage: Zend_Search_Lucene_Analysis_Analyzer_Common_Text, ZSearchHTMLAnalyzer, ZSearchXMLAnalyzer.
Parent(s)
\Zend_Search_Lucene_Analysis_Analyzer_Common < \Zend_Search_Lucene_Analysis_Analyzer
Children
\Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8_CaseInsensitive
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivateinteger $_bytePosition
Current binary position in an UTF-8 stream
Details
Type
integer
>VPropertyprivateinteger $_position
Current char position in an UTF-8 stream
Details
Type
integer

Methods

methodpublic__construct() : void

Object constructor

Throws
ExceptionDescription
\Zend_Search_Lucene_Exception
methodpublicnextToken() : \Zend_Search_Lucene_Analysis_Token | null

Tokenization stream API Get next token Returns null at the end of stream

Returns
TypeDescription
\Zend_Search_Lucene_Analysis_Token | null
methodpublicreset() : void

Reset token stream

Documentation was generated by phpDocumentor 2.2.0 .