Java org.apache.lucene.benchmark.quality QualityQuery fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.benchmark.quality QualityQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.benchmark.quality QualityQuery.

The text is from its open source code.

Constructor

QualityQuery(String queryID, Map nameValPairs)
Create a QualityQuery with given ID and name-value pairs.

Method

StringgetQueryID()
Return the ID of this query.
StringgetValue(String name)
Return the value of a certain name-value pair.