Method GetIterator
GetIterator(TermsEnum)
Returns an iterator that will step through all
terms. This method will not return null
. If you have
a previous TermsEnum, for example from a different
field, you can pass it for possible reuse if the
implementation can do so.
Declaration
public abstract TermsEnum GetIterator(TermsEnum reuse)
Parameters
Type | Name | Description |
---|---|---|
TermsEnum | reuse |
Returns
Type | Description |
---|---|
TermsEnum |