[jbosscache-commits] JBoss Cache SVN: r6013 - searchable/trunk/src/main/java/org/jboss/cache/search.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jun 24 11:08:05 EDT 2008


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 at jboss.org">manik at jboss.org</a>)
  */




More information about the jbosscache-commits mailing list