Java org.apache.lucene.search.spans SpanNearQuery fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.spans SpanNearQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.spans SpanNearQuery.

The text is from its open source code.

Constructor

Method

SpanQuery[]getClauses()
Return the clauses whose spans are matched.
StringgetField()
intgetSlop()
Return the maximum number of intervening unmatched positions permitted.
booleanisInOrder()
Return true if matches are required to be in-order.