Module org.apache.lucene.monitor
Package org.apache.lucene.monitor
Interface QueryIndex.QueryCollector
-
- All Known Implementing Classes:
Monitor.PresearcherQueryCollector
,Monitor.StandardQueryCollector
- Enclosing class:
- QueryIndex
public static interface QueryIndex.QueryCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)
default ScoreMode
scoreMode()
-
-
-
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()
-
-