Java org.apache.lucene.benchmark.byTask.utils Config fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.benchmark.byTask.utils Config fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.benchmark.byTask.utils Config.

The text is from its open source code.

Constructor

Config(Reader algReader)
Read both algorithm and config properties.
Config(Properties props)
Create config without algorithm - useful for a programmatic perf test.

Method

Stringget(String name, String dflt)
Return a string property.
intget(String name, int dflt)
Return an int property.
doubleget(String name, double dflt)
Return a double property.
booleanget(String name, boolean dflt)
Return a boolean property.