Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation. More...
Inherits Lucene.Net.Search.FilteredTermEnum.
Public Member Functions | |
RegexTermEnum (IndexReader reader, Term term, IRegexCapabilities regexImpl) | |
override float | Difference () |
Equality measure on the term | |
override bool | EndEnum () |
Indicates the end of the enumeration has been reached | |
Public Member Functions inherited from Lucene.Net.Search.FilteredTermEnum | |
override int | DocFreq () |
Returns the docFreq of the current Term in the enumeration. Returns -1 if no Term matches or all terms have been enumerated. | |
override bool | Next () |
Increments the enumeration to the next element. True if one exists. | |
Protected Member Functions | |
override bool | TermCompare (Term term) |
Equality compare on the term | |
Protected Member Functions inherited from Lucene.Net.Search.FilteredTermEnum | |
FilteredTermEnum () | |
override void | Dispose (bool disposing) |
Additional Inherited Members | |
Properties inherited from Lucene.Net.Search.FilteredTermEnum | |
override Term | Term [get] |
Returns the current Term in the enumeration. Returns null if no Term matches or all terms have been enumerated. | |
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.
Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.
Definition at line 31 of file RegexTermEnum.cs.
Contrib.Regex.RegexTermEnum.RegexTermEnum | ( | IndexReader | reader, |
Term | term, | ||
IRegexCapabilities | regexImpl | ||
) |
Definition at line 38 of file RegexTermEnum.cs.
|
virtual |
Equality measure on the term
Implements Lucene.Net.Search.FilteredTermEnum.
Definition at line 66 of file RegexTermEnum.cs.
|
virtual |
Indicates the end of the enumeration has been reached
Implements Lucene.Net.Search.FilteredTermEnum.
Definition at line 73 of file RegexTermEnum.cs.
|
protectedvirtual |
Equality compare on the term
Implements Lucene.Net.Search.FilteredTermEnum.
Definition at line 53 of file RegexTermEnum.cs.