Yes, I would very much appreciate this functionality. Now that I know that it only contains every 128th value, I make take a crack at my own implementation while I am waiting for the official support.
Alexander Veremyev wrote: > > Yes, it's "undocumented" function now. > It's only mentioned in API for future use. > > If you or someone need it, it may be implemented earlier. > > $_termDictionary is only an index of full dictionary (.tii index file). > It contains each X-th entry of full dictionary (.tis index file). > Usually each 128th entry. > > Index optimization, on which I work on now, uses terms retrieving, thus > it will be included into SegmentInfo class API and can be used in > Lucene::terms() method. > > > -- View this message in context: http://www.nabble.com/get-all-index-terms-in-Zend-Lucene-tf2335312.html#a6513839 Sent from the Zend Framework mailing list archive at Nabble.com.
