Package org.apache.lucene.index
Class SortingLeafReader.SortingFields
- java.lang.Object
-
- org.apache.lucene.index.Fields
-
- org.apache.lucene.index.FilterLeafReader.FilterFields
-
- org.apache.lucene.index.SortingLeafReader.SortingFields
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.String>
- Enclosing class:
- SortingLeafReader
static class SortingLeafReader.SortingFields extends FilterLeafReader.FilterFields
-
-
Field Summary
Fields Modifier and Type Field Description private Sorter.DocMap
docMap
private FieldInfos
infos
-
Fields inherited from class org.apache.lucene.index.FilterLeafReader.FilterFields
in
-
Fields inherited from class org.apache.lucene.index.Fields
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description SortingFields(Fields in, FieldInfos infos, Sorter.DocMap docMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Terms
terms(java.lang.String field)
Get theTerms
for this field.-
Methods inherited from class org.apache.lucene.index.FilterLeafReader.FilterFields
iterator, size
-
-
-
-
Field Detail
-
docMap
private final Sorter.DocMap docMap
-
infos
private final FieldInfos infos
-
-
Constructor Detail
-
SortingFields
public SortingFields(Fields in, FieldInfos infos, Sorter.DocMap docMap)
-
-
Method Detail
-
terms
public Terms terms(java.lang.String field) throws java.io.IOException
Description copied from class:Fields
Get theTerms
for this field. This will return null if the field does not exist.- Overrides:
terms
in classFilterLeafReader.FilterFields
- Throws:
java.io.IOException
-
-