| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| 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 |
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-2013 Apache Software Foundation. All Rights Reserved.