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

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

Introduction

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

The text is from its open source code.

Field

Constructor

Method

Directorydirectory()
Returns the directory this index resides in.
BinaryDocValuesgetBinaryDocValues(String field)
CacheHelpergetCoreCacheHelper()
FieldInfosgetFieldInfos()
StoredFieldsReadergetFieldsReader()
BitsgetLiveDocs()
NumericDocValuesgetNumericDocValues(String field)
SegmentCommitInfogetSegmentInfo()
Return the SegmentInfoPerCommit of the segment this reader is reading.
StringgetSegmentName()
Return the name of the segment this reader is reading.
SortedDocValuesgetSortedDocValues(String field)
SortedNumericDocValuesgetSortedNumericDocValues(String field)
SortedSetDocValuesgetSortedSetDocValues(String field)
intmaxDoc()
longramBytesUsed()