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

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

Introduction

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

The text is from its open source code.

Constructor

SpanWithinQuery(SpanQuery big, SpanQuery little)
Construct a SpanWithinQuery matching spans from little that are inside of big.