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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.search.spans.SpanQuery has subclasses.
Click this link to see all its subclasses.

Method

SpanWeightcreateWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
StringgetField()
Returns the name of the field matched by this query.
Queryrewrite(IndexReader reader)
Expert: called to re-write queries into primitive queries.
StringtoString(String field)
Prints a query to a string, with field assumed to be the default field and omitted.