wam 2002/08/20 04:57:29
Modified: src/share/org/apache/slide/search QueryScope.java
Log:
allow parttitioned query
Revision Changes Path
1.7 +16 -5 jakarta-slide/src/share/org/apache/slide/search/QueryScope.java
Index: QueryScope.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/QueryScope.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- QueryScope.java 4 Jul 2002 15:18:57 -0000 1.6
+++ QueryScope.java 20 Aug 2002 11:57:29 -0000 1.7
@@ -68,7 +68,7 @@
import org.jdom.Element;
import org.jdom.Namespace;
-
+import java.util.Set;
/**
* Holds the scope information supplied with the <FROM> element.
@@ -115,4 +115,15 @@
*/
public void setIsCollection (boolean isCollection);
+
+ /**
+ * Returns an Iterator for Scope objects, that shall be excluded from
+ * SEARCH. An excludedScope must match the scope of a store as defined
+ * in Domain.xml
+ *
+ * @return an Iterator of Scope objects
+ *
+ */
+ public Set getExcluded ();
+
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>