Overload List

  NameDescription
Public methodSpanNearQuery(array<SpanQuery>[]()[][], Int32, Boolean)
Construct a SpanNearQuery. Matches spans matching a span from each clause, with up to
CopyC#
slop
total unmatched positions between them. * When
CopyC#
inOrder
is true, the spans from each clause must be * ordered as in
CopyC#
clauses
.
Public methodSpanNearQuery(array<SpanQuery>[]()[][], Int32, Boolean, Boolean)
Initializes a new instance of the SpanNearQuery class

See Also