Class ANDQueryOp

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    PhraseOp, UnorderedWindowOp

    public class ANDQueryOp
    extends MultiTermOp
    This combines multiple operators into a single op, where must all occur in a document. It is logically equivalent to Indri's #band() operator.
    Since:
    5.0
    See Also:
    Serialized Form