ZF-4362: skipData interpretaion, skipTo method implementation.
Description
each term within an index has a list of matched documents. This list may be large enough and it may take a long time to load it.
This list also has some additional subindex known as "skip data". This info allows to check directly if some document matches specified term.
Zend_Search_Lucene should read "skipData" info, "understand" it and provide an API for filtering termDocs requests in some way.
Comments
Posted by Wil Sinclair (wil) on 2008-12-04T13:36:02.000+0000
I believe this was implemented for 1.7. If not, please reopen, Alex.