Revision a60e3e5c36b4327afac96c1bc50af4deb4f0a87c

Committed on 26/08/2009 12:22 pm by Derick Rethans <github@derickrethans.nl> [GitHub Diff]

- Fixed issue #15290: Test suite tries to acces local file.
- Fixed issue #15294: Index is always re-created when the Zend Search Lucene
backend is initialized, wiping out all index data.
- Fixed issue #15295: The Zend_Search_Lucene backend returns a different result
format then the Solr backend.
- Implemented issue #15086: Added ezcSearchSession->createDeleteQuery() and
ezcSearchSession->delete().
- Implemented issue #15087: Added ezcSearchSession->deleteByID() and
ezcSearchSession->findByID() for retrieving and deleting documents by their
ID.
- Refactored some of the query code for sharing between deletions and
searching.
#- Tests (and code) are still a bit messy. Will do some more refactoring of
# that soon.