| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.monitor |
Monitoring framework
|
| 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 |
|---|---|
private IndexReader.CacheKey |
SoftDeletesDirectoryReaderWrapper.DelegatingCacheHelper.cacheKey |
IndexReader.CacheKey |
OrdinalMap.owner
Cache key of whoever asked for this awful thing
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<IndexReader.CacheKey,LeafReader> |
SoftDeletesDirectoryReaderWrapper.SoftDeletesSubReaderWrapper.mapping |
| Modifier and Type | Method and Description |
|---|---|
IndexReader.CacheKey |
SoftDeletesDirectoryReaderWrapper.DelegatingCacheHelper.getKey() |
IndexReader.CacheKey |
IndexReader.CacheHelper.getKey()
Get a key that the resource can be cached on.
|
| Modifier and Type | Method and Description |
|---|---|
static OrdinalMap |
OrdinalMap.build(IndexReader.CacheKey owner,
SortedDocValues[] values,
float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of each
SortedDocValues instance as a weight. |
static OrdinalMap |
OrdinalMap.build(IndexReader.CacheKey owner,
SortedSetDocValues[] values,
float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of each
SortedSetDocValues instance as a weight. |
static OrdinalMap |
OrdinalMap.build(IndexReader.CacheKey owner,
TermsEnum[] subs,
long[] weights,
float acceptableOverheadRatio)
Creates an ordinal map that allows mapping ords to/from a merged
space from
subs. |
void |
IndexReader.ClosedListener.onClose(IndexReader.CacheKey key)
Invoked when the resource (segment core, or index reader) that is
being cached on is closed.
|
| Constructor and Description |
|---|
OrdinalMap(IndexReader.CacheKey owner,
TermsEnum[] subs,
OrdinalMap.SegmentMap segmentMap,
float acceptableOverheadRatio) |
| Constructor and Description |
|---|
SoftDeletesSubReaderWrapper(java.util.Map<IndexReader.CacheKey,LeafReader> oldReadersCache,
java.lang.String field) |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<IndexReader.CacheKey,QueryIndex.QueryTermFilter> |
QueryIndex.termFilters |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<IndexReader.CacheKey,LRUQueryCache.LeafCache> |
LRUQueryCache.cache |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<IndexReader.CacheKey,DocIdSet> |
QueryBitSetProducer.cache |