Java org.apache.lucene.queryparser.flexible.core.config QueryConfigHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queryparser.flexible.core.config QueryConfigHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.queryparser.flexible.core.config QueryConfigHandler.

The text is from its open source code.

Subclass

org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler has subclasses.
Click this link to see all its subclasses.

Method

Tget(ConfigurationKey key)
Returns the value held by the given key.
booleanhas(ConfigurationKey key)
Returns true if there is a value set with the given key, otherwise false.
voidset(ConfigurationKey key, T value)
Sets a key and its value.