Class WildcardTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term.
Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class WildcardTermEnum : FilteredTermEnum
Constructors
Name | Description |
---|---|
WildcardTermEnum(IndexReader, Term) | Creates a new After calling the constructor the enumeration is already pointing to the first valid term if such a term exists. |
Fields
Name | Description |
---|---|
WILDCARD_CHAR | |
WILDCARD_STRING | String equality with support for wildcards |
Methods
Name | Description |
---|---|
Difference() | |
EndEnum() | |
TermCompare(Term) | |
WildcardEquals(String, Int32, String, Int32) | Determines if a word matches a wildcard pattern. Work released by Granta Design Ltd after originally being done on company time. |