Uses of Class
org.terrier.matching.matchops.ANDQueryOp
-
Packages that use ANDQueryOp Package Description org.terrier.matching.matchops This package contains matching Operators. -
-
Uses of ANDQueryOp in org.terrier.matching.matchops
Subclasses of ANDQueryOp in org.terrier.matching.matchops Modifier and Type Class Description class
PhraseOp
This combines multiple operators into a single op, where they occur adjacently.class
UnorderedWindowOp
This combines multiple operators into a single op, where they occur within a specified window of tokens.
-