Class Zend_Search_Lucene_Index_DictionaryLoader

Description

Dictionary loader

It's a dummy class which is created to encapsulate non-good structured code. Manual "method inlining" is performed to increase dictionary index loading operation which is major bottelneck for search performance.

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Search/Lucene/Index/DictionaryLoader.php (line 41)


	
			
Method Summary
 static array load (string $data)
Methods
static load (line 55)

Dictionary index loader.

It takes a string which is actually <segment_name>.tii index file data and returns two arrays - term and tremInfo lists.

See Zend_Search_Lucene_Index_SegmintInfo class for details

  • access: public
  • throws: Zend_Search_Lucene_Exception
static array load (string $data)
  • string $data

Documentation generated on Wed, 21 Feb 2007 11:46:58 -0800 by phpDocumentor 1.3.1