Java org.apache.lucene.codecs DocValuesFormat fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.codecs DocValuesFormat fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.codecs.DocValuesFormat has subclasses.
Click this link to see all its subclasses.

Constructor

DocValuesFormat(String name)
Creates a new docvalues format.

Method

DocValuesFormatforName(String name)
looks up a format by name
StringgetName()
voidreloadDocValuesFormats(ClassLoader classloader)
Reloads the DocValues format list from the given ClassLoader .