Package | Description |
---|---|
org.apache.lucene.index |
Misc index tools and index support.
|
org.apache.lucene.sandbox.queries |
Additional queries (some may have caveats or limitations)
|
org.apache.lucene.sandbox.queries.regex |
Regular expression Query.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleTermsEnum
Subclass of FilteredTermsEnum for enumerating a single term.
|
Modifier and Type | Class and Description |
---|---|
class |
SlowCollatedTermRangeTermsEnum
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
Modifier and Type | Class and Description |
---|---|
class |
RegexTermsEnum
Subclass of FilteredTermEnum for enumerating all terms that match the
specified regular expression term using the specified regular expression
implementation.
|
Modifier and Type | Method and Description |
---|---|
protected FilteredTermsEnum |
RegexQuery.getTermsEnum(Terms terms,
AttributeSource atts) |
Modifier and Type | Class and Description |
---|---|
class |
PrefixTermsEnum
Subclass of FilteredTermEnum for enumerating all terms that match the
specified prefix filter term.
|
class |
TermRangeTermsEnum
Subclass of FilteredTermEnum for enumerating all terms that match the
specified range parameters.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.