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

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

Introduction

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

The text is from its open source code.

Constructor

SpanFirstQuery(SpanQuery match, int end)
Construct a SpanFirstQuery matching spans in match whose end position is less than or equal to end.