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 | Method and Description |
---|---|
protected FilteredTermsEnum.AcceptStatus |
SingleTermsEnum.accept(BytesRef term) |
protected abstract FilteredTermsEnum.AcceptStatus |
FilteredTermsEnum.accept(BytesRef term)
Return if term is accepted, not accepted or the iteration should ended
(and possibly seek).
|
static FilteredTermsEnum.AcceptStatus |
FilteredTermsEnum.AcceptStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteredTermsEnum.AcceptStatus[] |
FilteredTermsEnum.AcceptStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected FilteredTermsEnum.AcceptStatus |
SlowCollatedTermRangeTermsEnum.accept(BytesRef term)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected FilteredTermsEnum.AcceptStatus |
RegexTermsEnum.accept(BytesRef term) |
Modifier and Type | Method and Description |
---|---|
protected FilteredTermsEnum.AcceptStatus |
PrefixTermsEnum.accept(BytesRef term) |
protected FilteredTermsEnum.AcceptStatus |
TermRangeTermsEnum.accept(BytesRef term) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.