Uses of Class
org.terrier.realtime.matching.IncrementalSelectiveMatching
-
Packages that use IncrementalSelectiveMatching Package Description org.terrier.realtime.matching Provides additional matching implementations specifically for real-time index structures.org.terrier.realtime.multi Provides MultiIndex structures. -
-
Uses of IncrementalSelectiveMatching in org.terrier.realtime.matching
Subclasses of IncrementalSelectiveMatching in org.terrier.realtime.matching Modifier and Type Class Description classIncrementalSelectiveMostRecentThis class enables search over a subset of the shards in an incremental index.Methods in org.terrier.realtime.matching that return IncrementalSelectiveMatching Modifier and Type Method Description static IncrementalSelectiveMatchingIncrementalSelectiveMatching. get(java.lang.String policy)Get an new IncrementalSelectiveMatching policy object of the specified type. -
Uses of IncrementalSelectiveMatching in org.terrier.realtime.multi
Fields in org.terrier.realtime.multi declared as IncrementalSelectiveMatching Modifier and Type Field Description protected IncrementalSelectiveMatchingMultiIndex. selectiveMatchingPolicySelective Matching policy, a policy for accessing only subsets of the indices within this multi-index.
-