Package org.apache.lucene.monitor
Interface QueryIndex.QueryCollector
-
- All Known Implementing Classes:
Monitor.PresearcherQueryCollector,Monitor.StandardQueryCollector
- Enclosing class:
- QueryIndex
static interface QueryIndex.QueryCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidmatchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)default ScoreModescoreMode()
-
-
-
Method Detail
-
matchQuery
void matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws java.io.IOException- Throws:
java.io.IOException
-
scoreMode
default ScoreMode scoreMode()
-
-