Package | Description |
---|---|
org.apache.lucene.monitor |
Monitoring framework
|
Modifier and Type | Field and Description |
---|---|
(package private) QueryCacheEntry |
QueryIndex.Indexable.queryCacheEntry |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,QueryCacheEntry> |
QueryIndex.purgeCache |
private java.util.concurrent.ConcurrentMap<java.lang.String,QueryCacheEntry> |
QueryIndex.queries |
private java.util.Map<java.lang.String,QueryCacheEntry> |
QueryIndex.MonitorQueryCollector.queries |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<QueryCacheEntry> |
QueryCacheEntry.decompose(MonitorQuery mq,
QueryDecomposer decomposer) |
Modifier and Type | Method and Description |
---|---|
void |
QueryIndex.QueryCollector.matchQuery(java.lang.String id,
QueryCacheEntry query,
QueryIndex.DataValues dataValues) |
void |
Monitor.StandardQueryCollector.matchQuery(java.lang.String id,
QueryCacheEntry query,
QueryIndex.DataValues dataValues) |
void |
Monitor.PresearcherQueryCollector.matchQuery(java.lang.String id,
QueryCacheEntry query,
QueryIndex.DataValues dataValues) |
Modifier and Type | Method and Description |
---|---|
void |
QueryIndex.CachePopulator.populateCacheWithIndex(java.util.Map<java.lang.String,QueryCacheEntry> newCache) |
Constructor and Description |
---|
Indexable(QueryCacheEntry queryCacheEntry,
Document document) |
Constructor and Description |
---|
MonitorQueryCollector(java.util.Map<java.lang.String,QueryCacheEntry> queries,
QueryIndex.QueryCollector matcher) |