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.

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

Located in /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

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

Documentation generated on Sun, 27 May 2007 23:22:40 -0700 by phpDocumentor 1.3.2