Java org.apache.lucene.index Fields fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index Fields fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.index.Fields has subclasses.
Click this link to see all its subclasses.

Field

Fields[]EMPTY_ARRAY
Zero-length Fields array.

Constructor

Fields()
Sole constructor.

Method

Iteratoriterator()
Returns an iterator that will step through all fields names.
intsize()
Returns the number of fields or -1 if the number of distinct field names is unknown.
Termsterms(String field)
Get the Terms for this field.