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 Fri, 06 Apr 2007 18:17:50 -0700 by phpDocumentor 1.3.1