equal
deleted
inserted
replaced
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-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 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: Analyzer.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Analyzer.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** User land classes and interfaces turned on by Zend/Search/Analyzer.php file inclusion. */ |
24 /** User land classes and interfaces turned on by Zend/Search/Analyzer.php file inclusion. */ |
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 */ |
61 * Thus Zend_Search_Lucene analysis API works with data strings and sets (arrays). |
61 * Thus Zend_Search_Lucene analysis API works with data strings and sets (arrays). |
62 * |
62 * |
63 * @category Zend |
63 * @category Zend |
64 * @package Zend_Search_Lucene |
64 * @package Zend_Search_Lucene |
65 * @subpackage Analysis |
65 * @subpackage Analysis |
66 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
66 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
67 * @license http://framework.zend.com/license/new-bsd New BSD License |
67 * @license http://framework.zend.com/license/new-bsd New BSD License |
68 */ |
68 */ |
69 |
69 |
70 abstract class Zend_Search_Lucene_Analysis_Analyzer |
70 abstract class Zend_Search_Lucene_Analysis_Analyzer |
71 { |
71 { |