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

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

Introduction

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

The text is from its open source code.

Field

booleanhasProx
booleanhasOffsets

Constructor

FieldInfos(FieldInfo[] infos)
Constructs a new FieldInfos from an array of FieldInfo objects

Method

FieldInfofieldInfo(String fieldName)
Return the fieldinfo object referenced by the field name
FieldInfofieldInfo(int fieldNumber)
Return the fieldinfo object referenced by the fieldNumber.
FieldInfosgetMergedFieldInfos(IndexReader reader)
Call this to get the (merged) FieldInfos for a composite reader.
intsize()
Returns the number of fields