- All Implemented Interfaces:
 
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
 
public class QueryCriteria
extends java.util.HashMap<java.lang.Object,java.lang.Object>
Criteria used to query the index.  The criteria are specified as a set of 
 keys and their corresponding values.  If there are multiple criteria, the
 intersection of the results matching all the criteria is returned.  For
 example, you might query all files with a given extension that also contain
 a certain keyword.
- See Also:
 
- Serialized Form