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

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

Introduction

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

The text is from its open source code.

Constructor

SpanBoostQuery(SpanQuery query, float boost)
Sole constructor: wrap query in such a way that the produced scores will be boosted by boost .

Method

floatgetBoost()
Return the applied boost.
SpanQuerygetQuery()
Return the wrapped SpanQuery .