category Zend
package Zend_Search_Lucene
subpackage Index
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Close terms stream

closeTermsStream() 

Should be used for resources clean up if stream is not read up to the end

Returns term in current position

currentTerm() : \Zend_Search_Lucene_Index_Term | null

Returns

\Zend_Search_Lucene_Index_Termnull

Scans terms dictionary and returns next term

nextTerm() : \Zend_Search_Lucene_Index_Term | null

Returns

\Zend_Search_Lucene_Index_Termnull

Reset terms stream.

resetTermsStream() 

Skip terms stream up to the specified term preffix.

skipTo(\Zend_Search_Lucene_Index_Term $prefix) 

Prefix contains fully specified field info and portion of searched term

Parameters

$prefix

\Zend_Search_Lucene_Index_Term