Load a query (in the form of an IPTFilter) into the current set of filter queries, returning an integer id that can be used to refer to the filter later. The caller should keep track of the integer ids generated in the course of calling LoadQuery() multiple times.
int ID of this query in the current set of filters. This id can be used later with the {@link #Matched(int,int)} method to determine whether a particular card matched a particular filter.
IPTIndexer Interface | com.plumtree.server Namespace