Class UnorderedWindowOp

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class UnorderedWindowOp
    extends ANDQueryOp
    This combines multiple operators into a single op, where they occur within a specified window of tokens. It is logically equivalent to Indri's #uwN() operator.
    Since:
    5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnorderedWindowOp

        public UnorderedWindowOp​(Operator[] ts,
                                 int dist)
      • UnorderedWindowOp

        public UnorderedWindowOp​(java.lang.String[] ts,
                                 int dist)