Java org.apache.lucene.util AttributeFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util AttributeFactory fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

AttributeFactoryDEFAULT_ATTRIBUTE_FACTORY
This is the default factory that creates AttributeImpl s using the class name of the supplied Attribute interface class by appending Impl to it.

Constructor

Method

AttributeImplcreateAttributeInstance(Class attClass)
Returns an AttributeImpl for the supplied Attribute interface class.