Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Classes | |
class | CSharpRegexCapabilities |
C# Regex based implementation of IRegexCapabilities. More... | |
interface | IRegexCapabilities |
Defines basic operations needed by RegexQuery for a regular expression implementation. More... | |
interface | IRegexQueryCapable |
Defines methods for regular expression supporting queries to use. More... | |
class | RegexQuery |
Regular expression based query. More... | |
class | RegexTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation. More... | |
class | SpanRegexQuery |
A SpanQuery version of RegexQuery allowing regular expression queries to be nested within other SpanQuery subclasses. More... | |