Author: navssurtani
Date: 2008-06-24 11:08:05 -0400 (Tue, 24 Jun 2008)
New Revision: 6013
Modified:
searchable/trunk/src/main/java/org/jboss/cache/search/CacheQuery.java
Log:
CacheQueryImpl implements CacheQuery and not FTQ
Modified: searchable/trunk/src/main/java/org/jboss/cache/search/CacheQuery.java
===================================================================
--- searchable/trunk/src/main/java/org/jboss/cache/search/CacheQuery.java 2008-06-24
11:34:04 UTC (rev 6012)
+++ searchable/trunk/src/main/java/org/jboss/cache/search/CacheQuery.java 2008-06-24
15:08:05 UTC (rev 6013)
@@ -5,7 +5,8 @@
import java.util.List;
/**
- * // TODO: Javadoc this properly - probably copy the javadoc comments from FullTextQuery
since the methods will do pretty much the same thing.
+ * A cache-query is what will be returned when the createQuery() method is run. This
object can have methods such
+ * as list, setFirstResult,setMaxResults, setFetchSize, getResultSize and setSort.
*
* @author Manik Surtani (<a
href="mailto:manik@jboss.org">manik@jboss.org</a>)
*/
Show replies by date