Hi Dave,

That looks like it's the ZF-1002 issue (http://framework.zend.com/issues/browse/ZF-1002), which is fixed now.

Please try current SVN version, latest nightly snapshot (http://framework.zend.com/download/snapshot) or wait for ZF 0.9, which should come soon :)


With best regards,
   Alexander Veremyev.

Dave Dash wrote:
I have a table of records, and as soon as a new record is created, it makes a
document in my ZSL index.  However, querying that index does no good using
ZSL, I do get a result in Luke.  So I tinkered around and found out that if
I run $index->optimize() after adding a new document, then I can find the
new record.
I haven't tested this enough to know if this *always* happens, but it has
happened for at least a half dozen examples.  I'd rather not run
$index->optimize after each new addition.

I'm curious if anyone else has experienced this, or has any clues to what
might be going on, I'm using release-0.8.0.

Reply via email to