Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.regex |
Regular expression Query.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FuzzyTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that are similar
to the specified filter term.
|
class |
PrefixTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the
specified prefix filter term.
|
class |
SingleTermEnum |
Subclass of FilteredTermEnum for enumerating a single term.
|
class |
TermRangeTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the
specified range parameters.
|
class |
WildcardTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the
specified wildcard filter term.
|
Modifier and Type | Method | Description |
---|---|---|
protected FilteredTermEnum |
FuzzyQuery.getEnum(IndexReader reader) |
|
protected abstract FilteredTermEnum |
MultiTermQuery.getEnum(IndexReader reader) |
Construct the enumeration to be used, expanding the pattern term.
|
protected FilteredTermEnum |
NumericRangeQuery.getEnum(IndexReader reader) |
|
protected FilteredTermEnum |
PrefixQuery.getEnum(IndexReader reader) |
|
protected FilteredTermEnum |
TermRangeQuery.getEnum(IndexReader reader) |
|
protected FilteredTermEnum |
WildcardQuery.getEnum(IndexReader reader) |
|
protected FilteredTermEnum |
MultiTermQuery.RewriteMethod.getTermsEnum(IndexReader reader,
MultiTermQuery query) |
Returns the
MultiTermQuery s FilteredTermEnum |
Modifier and Type | Class | Description |
---|---|---|
class |
RegexTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the
specified regular expression term using the specified regular expression
implementation.
|
Modifier and Type | Method | Description |
---|---|---|
protected FilteredTermEnum |
RegexQuery.getEnum(IndexReader reader) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.