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

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

Introduction

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

The text is from its open source code.

Constructor

SpanOrQuery(SpanQuery... clauses)
Construct a SpanOrQuery merging the provided clauses.
SpanOrQuery

Method

voidaddClause(SpanQuery clause)
Adds a clause to this query
SpanQuery[]getClauses()
Return the clauses whose spans are matched.