web/lib/Zend/Search/Lucene/Analysis/Analyzer/Common.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Search_Lucene
    16  * @package    Zend_Search_Lucene
    17  * @subpackage Analysis
    17  * @subpackage Analysis
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: Common.php 24847 2012-05-31 19:19:28Z rob $
    20  * @version    $Id$
    21  */
    21  */
    22 
    22 
    23 
    23 
    24 /** Define constant used to provide correct file processing order    */
    24 /** Define constant used to provide correct file processing order    */
    25 /** @todo Section should be removed with ZF 2.0 release as obsolete  */
    25 /** @todo Section should be removed with ZF 2.0 release as obsolete  */
    46  * @todo ZSearchHTMLAnalyzer and ZSearchXMLAnalyzer implementation
    46  * @todo ZSearchHTMLAnalyzer and ZSearchXMLAnalyzer implementation
    47  *
    47  *
    48  * @category   Zend
    48  * @category   Zend
    49  * @package    Zend_Search_Lucene
    49  * @package    Zend_Search_Lucene
    50  * @subpackage Analysis
    50  * @subpackage Analysis
    51  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    51  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    52  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    52  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    53  */
    53  */
    54 abstract class Zend_Search_Lucene_Analysis_Analyzer_Common extends Zend_Search_Lucene_Analysis_Analyzer
    54 abstract class Zend_Search_Lucene_Analysis_Analyzer_Common extends Zend_Search_Lucene_Analysis_Analyzer
    55 {
    55 {
    56     /**
    56     /**