hello

i just upgraded to the release candidate (rev 5093), and mostly everything
works as per 0.93
except search lucene

i don't seem to have any problems indexing (adding, removing and adding), or
searching
but i get this problem when i try retrieve the results

[Sun Jun 03 14:48:15 2007] [error] [client ip address] PHP Warning:  Invalid
argument supplied for foreach() in /path/to/zend_lib/Zend/Search/Lucene.php
on line 682, referer: http://example.com/search_location
[Sun Jun 03 14:48:15 2007] [error] [client ip address] PHP Notice: 
Undefined variable: segmentInfo in /path/to/zend_lib/Zend/Search/Lucene.php
on line 690, referer: http://example.com/search_location
[Sun Jun 03 14:48:15 2007] [error] [client ip address] PHP Fatal error: 
Call to a member function openCompoundFile() on a non-object in
/path/to/zend_lib/Zend/Search/Lucene.php on line 690, referer:
http://example.com/search_location

indexing using case insensitive textnum analyzer
the code is basically the same as in the manual, search code is as well
pretty much just
$index->open, $query (field:"keyword"), $index->find($query)

as i said, it gets me the results correctly, i can tell how many results i
have, but am not able to actually retrieve the results

any advice
thanks
dave
-- 
View this message in context: 
http://www.nabble.com/search_lucene%3A-issue-retrieving-results-zf-rc1-tf3864489s16154.html#a10947672
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to