Class PrefixTermsEnum
Subclass of Filtered
Term enumerations are always ordered by Comparer. Each term in the enumeration is greater than all that precede it.
Implements
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public class PrefixTermsEnum : FilteredTermsEnum, IBytesRefIterator
Constructors
| Improve this Doc View SourcePrefixTermsEnum(TermsEnum, BytesRef)
Declaration
public PrefixTermsEnum(TermsEnum tenum, BytesRef prefixText)
Parameters
Methods
| Improve this Doc View SourceAccept(BytesRef)
Declaration
protected override FilteredTermsEnum.AcceptStatus Accept(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
Bytes |
term |
Returns
Type | Description |
---|---|
Filtered |