C# Class Lucene.Net.Search.Regex.RegexTermEnum

Inheritance: Lucene.Net.Search.FilteredTermEnum
Show file Open project: synhershko/lucene.net

Public Methods

Method Description
Difference ( ) : float

Equality measure on the term

EndEnum ( ) : bool

Indicates the end of the enumeration has been reached

RegexTermEnum ( IndexReader reader, Term term, IRegexCapabilities regexImpl ) : Lucene.Net.Index

Protected Methods

Method Description
TermCompare ( Term term ) : bool

Equality compare on the term

Method Details

Difference() public method

Equality measure on the term
public Difference ( ) : float
return float

EndEnum() public method

Indicates the end of the enumeration has been reached
public EndEnum ( ) : bool
return bool

RegexTermEnum() public method

public RegexTermEnum ( IndexReader reader, Term term, IRegexCapabilities regexImpl ) : Lucene.Net.Index
reader IndexReader
term Term
regexImpl IRegexCapabilities
return Lucene.Net.Index

TermCompare() protected method

Equality compare on the term
protected TermCompare ( Term term ) : bool
term Term
return bool