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

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

Introduction

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

The text is from its open source code.

Constructor

BoostQuery(Query 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.
QuerygetQuery()
Return the wrapped Query .