Brendan W. McAdams
2007-05-13 22:19:09 UTC
Having serious problems with Zend_search and I don't even know where
to begin.
The code we have worked previously, but now our index has grown to
about 3000 documents and at some point things just stopped functioning.
If I dump $index->terms() it appears correct: terms I'm looking for
appear associated with the proper documents.
I've tried an $index->optimize() as well but it seems to have not
helped things.
When I do searches, it's just flat out weird: the documents returned
don't contain the terms searched for (i've tried a variety of ways of
searching including simple one-word searches). The returned
documents are so far off base as to confuse me.
I'm lost at this point, and looking for some guidance towards what to
do to solve this problem ASAP.
to begin.
The code we have worked previously, but now our index has grown to
about 3000 documents and at some point things just stopped functioning.
If I dump $index->terms() it appears correct: terms I'm looking for
appear associated with the proper documents.
I've tried an $index->optimize() as well but it seems to have not
helped things.
When I do searches, it's just flat out weird: the documents returned
don't contain the terms searched for (i've tried a variety of ways of
searching including simple one-word searches). The returned
documents are so far off base as to confuse me.
I'm lost at this point, and looking for some guidance towards what to
do to solve this problem ASAP.