public static class FilterAtomicReader.FilterFieldsEnum extends FieldsEnum
TermsEnum implementations.| Modifier and Type | Field and Description |
|---|---|
protected FieldsEnum |
in |
EMPTY, EMPTY_ARRAY| Constructor and Description |
|---|
FilterAtomicReader.FilterFieldsEnum(FieldsEnum in) |
| Modifier and Type | Method and Description |
|---|---|
AttributeSource |
attributes()
Returns the related attributes.
|
String |
next()
Increments the enumeration to the next field.
|
Terms |
terms()
Get
Terms for the current field. |
protected final FieldsEnum in
public FilterAtomicReader.FilterFieldsEnum(FieldsEnum in)
public String next() throws IOException
FieldsEnumnext in class FieldsEnumIOExceptionpublic Terms terms() throws IOException
FieldsEnumTerms for the current field. After FieldsEnum.next() returns
null this method should not be called. This method may
return null in some cases, which means the provided
field does not have any terms.terms in class FieldsEnumIOExceptionpublic AttributeSource attributes()
FieldsEnumattributes in class FieldsEnumCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.