Method SetInitialSeekTerm
SetInitialSeekTerm(BytesRef)
Use this method to set the initial BytesRef
to seek before iterating. This is a convenience method for
subclasses that do not override NextSeekTerm(BytesRef).
If the initial seek term is null
(default),
the enum is empty.
You can only use this method, if you keep the default implementation of NextSeekTerm(BytesRef).
Declaration
protected void SetInitialSeekTerm(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |