java.lang.Object
org.apache.lucene.monitor.QueryCacheEntry
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final StringThe id of this query(package private) final QueryThe (possibly partial due to decomposition) queryThe metadata from the entry's parentMonitorQuery(package private) final StringThe id of the MonitorQuery that produced this entry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static List<QueryCacheEntry> decompose(MonitorQuery mq, QueryDecomposer decomposer) toString()
-
Field Details
-
matchQuery
The (possibly partial due to decomposition) query -
cacheId
The id of this query -
queryId
The id of the MonitorQuery that produced this entryNote that this may be different to
cacheIddue to decomposition -
metadata
The metadata from the entry's parentMonitorQuery
-
-
Constructor Details
-
QueryCacheEntry
-
-
Method Details