Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.sandbox.queries.regex |
Regular expression Query.
|
Modifier and Type | Class and Description |
---|---|
class |
AutomatonTermsEnum
A FilteredTermsEnum that enumerates terms based upon what is accepted by a
DFA.
|
class |
SingleTermsEnum
Subclass of FilteredTermsEnum for enumerating a single term.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexTermsEnum
Deprecated.
Use core's regex query.
|
Modifier and Type | Method and Description |
---|---|
protected FilteredTermsEnum |
RegexQuery.getTermsEnum(Terms terms,
AttributeSource atts)
Deprecated.
|
Copyright © 2000-2018 The Apache Software Foundation. All Rights Reserved.