Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Field and Description |
---|---|
(package private) PrefixCodedTerms |
FrozenBufferedUpdates.terms |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<PrefixCodedTerms> |
CoalescedUpdates.terms |
Modifier and Type | Method and Description |
---|---|
PrefixCodedTerms |
PrefixCodedTerms.Builder.finish()
return finalized form
|
Constructor and Description |
---|
MergedPrefixCodedTermsIterator(java.util.List<PrefixCodedTerms> termsList) |
Modifier and Type | Field and Description |
---|---|
private PrefixCodedTerms |
TermsQuery.termData |
Modifier and Type | Method and Description |
---|---|
PrefixCodedTerms |
TermsQuery.getTermData()
Returns the terms wrapped in a PrefixCodedTerms.
|
Modifier and Type | Field and Description |
---|---|
(package private) PrefixCodedTerms |
PointInSetQuery.sortedPackedPoints |
private PrefixCodedTerms |
PointInSetQuery.MergePointVisitor.sortedPackedPoints |
Constructor and Description |
---|
MergePointVisitor(PrefixCodedTerms sortedPackedPoints,
DocIdSetBuilder result) |
Modifier and Type | Field and Description |
---|---|
(package private) PrefixCodedTerms |
PointInSetIncludingScoreQuery.sortedPackedPoints |
Constructor and Description |
---|
MergePointVisitor(PrefixCodedTerms sortedPackedPoints,
FixedBitSet result,
float[] scores) |