Author: dr
Date: Mon Feb 18 09:30:29 2008
New Revision: 7394

Log:
- Integrating Toby's comments.

Modified:
    experimental/Search/design/design.txt

Modified: experimental/Search/design/design.txt
==============================================================================
--- experimental/Search/design/design.txt [iso-8859-1] (original)
+++ experimental/Search/design/design.txt [iso-8859-1] Mon Feb 18 09:30:29 2008
@@ -39,7 +39,7 @@
 calling the createFindQuery() method on this class. Besides createFindQuery(),
 a method to create a query for deleting indexed documents will be provided too.
 The classes representing documents need to implement an interface though that
-specifies __get_state() and __set_state() - something we forgot for
+specifies getState() and setState() - something we forgot for
 PersistentObject.
 
 
@@ -75,7 +75,8 @@
 the first version only ezcSearchSolrHandler is planned, while later versions
 might also have backends for Google, Yahoo! etc. A backend does not have to
 implement the index(), createDeleteQuery() and delete() methods, as they are
-not available for every handler.
+not available for every handler. Therefore the search handlers can optionally
+implement the interface ezcSearchIndexHandler.
 
 
 ezcSearchSolrHandler


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to